Color Hex Logo

#8568db Color Hex

#8568DB
(133,104,219)
0 Favorites   0 Comments

Color spaces of #8568db

RGB 133104219
HSL0.710.610.63
HSV255°53°86°
CMYK 0.390.530.00   0.14
XYZ27.409420.001669.4339
Yxy20.00160.23460.1712
Hunter Lab44.723131.1315-60.7431
CIE-Lab51.839037.9273-55.1836

#8568db color RGB value is (133,104,219).

#8568db hex color red value is 133, green value is 104 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8568db hue: 0.71 , saturation: 0.61 and the lightness value of 8568db is 0.63.

The process color (four color CMYK) of #8568db color hex is 0.39, 0.53, 0.00, 0.14. Web safe color of #8568db is #9966cc. Color #8568db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101000 11011011
Octal 205 150 333
Decimal 133 104 219
Hex 85 68 DB

RGB Percentages of Color #8568db

%29.17
%22.81
%48.03

CMYK Percentages of Color #8568db

%39
%53
%0
%14

Triadic Colors of #8568db

#8568db #db8568 #68db85

Analogous Colors of #8568db

#8568db #bf68db #6885db

Monochromatic Colors of #8568db

#8568db

Complementary Color

#8568db #bedb68

#8568db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8568db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8568db Color CSS Codes

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

#8568db Text Font Color

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

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


#8568db Background Color

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

This div background color is #8568db


#8568db Border Color

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

This div border color is #8568db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,104,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8568db


Comments

No comments written yet.

Please login to write comment.