Color Hex Logo

#8742cb Color Hex

#8742CB
(135,66,203)
0 Favorites   0 Comments

Color spaces of #8742cb

RGB 13566203
HSL0.750.570.53
HSV270°67°80°
CMYK 0.330.670.00   0.20
XYZ22.719413.359157.8810
Yxy13.35910.24180.1422
Hunter Lab36.550146.9922-68.3070
CIE-Lab43.299454.7046-59.7747

#8742cb color RGB value is (135,66,203).

#8742cb hex color red value is 135, green value is 66 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8742cb hue: 0.75 , saturation: 0.57 and the lightness value of 8742cb is 0.53.

The process color (four color CMYK) of #8742cb color hex is 0.33, 0.67, 0.00, 0.20. Web safe color of #8742cb is #9933cc. Color #8742cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000010 11001011
Octal 207 102 313
Decimal 135 66 203
Hex 87 42 CB

RGB Percentages of Color #8742cb

%33.42
%16.34
%50.25

CMYK Percentages of Color #8742cb

%33
%67
%0
%20

Triadic Colors of #8742cb

#8742cb #cb8742 #42cb87

Analogous Colors of #8742cb

#8742cb #cb42cb #4242cb

Monochromatic Colors of #8742cb

#8742cb

Complementary Color

#8742cb #86cb42

#8742cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8742cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8742cb Color CSS Codes

.mybgcolor {background-color:#8742cb; } 
.myforecolor {color:#8742cb; }
.mybordercolor {border:3px solid #8742cb; }

#8742cb Text Font Color

<p style="color:#8742cb">Text here</p>

This sample text font color is #8742cb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#8742cb Background Color

<div style="background-color:#8742cb">
Div content here</div>

This div background color is #8742cb


#8742cb Border Color

<div style="border:3px solid #8742cb">
Div here</div>

This div border color is #8742cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,66,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8742cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8742cb;
  -webkit-box-shadow: 1px 1px 3px 2px #8742cb;
  box-shadow:         1px 1px 3px 2px #8742cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,66,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8742cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #8742cb;
  -webkit-box-shadow: 1px 1px 3px 2px #8742cb;
  box-shadow:         1px 1px 3px 2px #8742cb;">
Div content here</div>

This div box has shadow with color #8742cb


Comments

No comments written yet.

Please login to write comment.