COLOR #8748CB

HEX: #8748CB
RGB: (135,72,203)

Color info

#8748CB contains mainly blue color. Web safe color of #8748CB is #9933CC (or #93C).

RGB color model

#8748CB color RGB value is (135,72,203).

  • red value is 135;
  • green value is 72;
  • blue value is 203.
RGB:
(135,72,203)
(53%,28%,80%)

RGB channels and saturation

R 135 of 255 = 53%
G 72 of 255 = 28%
B 203 of 255 = 80%

135
72
203

R + G + B ~ 54%. #8748CB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 72 + 203 = 410 (100%)
R 135 of 410 ~ 32.93%
G 72 of 410 ~ 17.56%
B 203 of 410 ~ 49.51%

%32.93
%17.56
%49.51

CMYK color model

#8748CB color CMYK value is (33,65,0,20).

  • cyan value is 33.50%
  • magenta value is 64.53%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(33,65,0,20)
C33M65Y0K20 
(33%,65%,0%,20%)
(0.33/0.65/0.00/0.20)	

CMYK percentages

%33.5
%64.53
%0
%20.39

Codes

Color #8748CB in popluar color models

8748CB
RGB13572203
HSL269°55.74%53.92%
HSB/HSV269°64.53%79.61%
CMYK33.50%64.53%0.00%
20.39%

Color #8748CB in popluar number systems.

HEX8748CB
Decimal13572203
Binary10000111100100011001011
Octal207110313

Shades and tints

Shades of #8748CB

#8748CB
(135,72,203)
#7B42B9
(123,66,185)
#6F3CA7
(111,60,167)
#633695
(99,54,149)
#573083
(87,48,131)
#4B2A71
(75,42,113)
#3F245F
(63,36,95)
#331E4D
(51,30,77)
#27183B
(39,24,59)
#1B1229
(27,18,41)
#0F0C17
(15,12,23)
#000000
(0,0,0)

Tints of #8748CB

#8748CB
(135,72,203)
#9158CF
(145,88,207)
#9B68D3
(155,104,211)
#A578D7
(165,120,215)
#AF88DB
(175,136,219)
#B998DF
(185,152,223)
#C3A8E3
(195,168,227)
#CDB8E7
(205,184,231)
#D7C8EB
(215,200,235)
#E1D8EF
(225,216,239)
#EBE8F3
(235,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8748CB color. Also use rgb(135,72,203) instead hex code.

Text Font Color

.myTextColor { color: #8748CB; }

<p style="color:#8748CB">This sample text font color is #8748CB.</p>

This text font color is #8748CB.


Background Color

.myBgColor { background-color: #8748CB; }

<div style="background-color:#8748CB">Inner text</div>

This div background color is #8748CB.


Border color

.myBorderColor { border: 1px solid #8748CB; }

<div style="border:3px solid #8748CB">Div</div>

This div border color is #8748CB.


Opacity

.myOpacity80 { color: #8748CB; opacity: 0.8; }

<p style="color:#8748CB;opacity:0.8;">80%</p>

Text with #8748CB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8748CB;}

<p style="text-shadow: 3px 3px 1px #8748CB">Text here.</p>

This text has shadow with #8748CB color.

.textShadow {text-shadow: 3px 3px 1px #8748CB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8748CB, 5px 5px 20px red">Text here.</p>

This text has shadow with #8748CB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8748CB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8748CB, Direction=45, Strength=4)">Text</p>

This text has shadow with #8748CB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #8748CB;
  -webkit-box-shadow:	1px 1px 3px 2px #8748CB;
  box-shadow:		1px 1px 3px 2px #8748CB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8748CB;
-webkit-box-shadow: 1px 1px 3px 2px #8748CB;
box-shadow:1px 1px 3px 2px #8748CB;">
Div content here</div>
This div box has shadow with color #8748CB.

Preview

Color preview on black background

This text has color #8748CB on black background.


Color preview on white background

This text has color #8748CB on white background.



Black color preview on #8748CB background

This text has black color on #8748CB background.


White color preview on #8748CB background

This text has white color on #8748CB background.