Color Hex Logo

#8568cb Color Hex

#8568CB
(133,104,203)
0 Favorites   0 Comments

Color spaces of #8568cb

RGB 133104203
HSL0.720.490.60
HSV258°49°80°
CMYK 0.340.490.00   0.20
XYZ25.402719.199058.8668
Yxy19.19900.24550.1856
Hunter Lab43.816726.8062-48.9832
CIE-Lab50.919233.6253-47.5517

#8568cb color RGB value is (133,104,203).

#8568cb hex color red value is 133, green value is 104 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8568cb hue: 0.72 , saturation: 0.49 and the lightness value of 8568cb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101000 11001011
Octal 205 150 313
Decimal 133 104 203
Hex 85 68 CB

RGB Percentages of Color #8568cb

%30.23
%23.64
%46.14

CMYK Percentages of Color #8568cb

%34
%49
%0
%20

Triadic Colors of #8568cb

#8568cb #cb8568 #68cb85

Analogous Colors of #8568cb

#8568cb #b768cb #687dcb

Monochromatic Colors of #8568cb

#8568cb

Complementary Color

#8568cb #aecb68

#8568cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8568cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8568cb Color CSS Codes

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

#8568cb Text Font Color

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

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


#8568cb Background Color

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

This div background color is #8568cb


#8568cb Border Color

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

This div border color is #8568cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8568cb


Comments

No comments written yet.

Please login to write comment.