Color Hex Logo

#8672cb Color Hex

#8672CB
(134,114,203)
0 Favorites   0 Comments

Color spaces of #8672cb

RGB 134114203
HSL0.700.460.62
HSV253°44°80°
CMYK 0.340.440.00   0.20
XYZ26.628321.414859.2299
Yxy21.41480.24820.1996
Hunter Lab46.276121.7296-43.4934
CIE-Lab53.400528.0285-43.6079

#8672cb color RGB value is (134,114,203).

#8672cb hex color red value is 134, green value is 114 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8672cb hue: 0.70 , saturation: 0.46 and the lightness value of 8672cb is 0.62.

The process color (four color CMYK) of #8672cb color hex is 0.34, 0.44, 0.00, 0.20. Web safe color of #8672cb is #9966cc. Color #8672cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110010 11001011
Octal 206 162 313
Decimal 134 114 203
Hex 86 72 CB

RGB Percentages of Color #8672cb

%29.71
%25.28
%45.01

CMYK Percentages of Color #8672cb

%34
%44
%0
%20

Triadic Colors of #8672cb

#8672cb #cb8672 #72cb86

Analogous Colors of #8672cb

#8672cb #b372cb #728bcb

Monochromatic Colors of #8672cb

#8672cb

Complementary Color

#8672cb #b7cb72

#8672cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8672cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8672cb Color CSS Codes

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

#8672cb Text Font Color

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

This sample text font color is #8672cb
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.


#8672cb Background Color

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

This div background color is #8672cb


#8672cb Border Color

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

This div border color is #8672cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,114,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 #8672cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8672cb


Comments

No comments written yet.

Please login to write comment.