Color Hex Logo

#8569be Color Hex

#8569BE
(133,105,190)
0 Favorites   0 Comments

Color spaces of #8569be

RGB 133105190
HSL0.720.400.58
HSV260°45°75°
CMYK 0.300.450.00   0.25
XYZ24.018718.807451.0795
Yxy18.80740.25580.2003
Hunter Lab43.367522.9675-39.4762
CIE-Lab50.461129.6413-40.8147

#8569be color RGB value is (133,105,190).

#8569be hex color red value is 133, green value is 105 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8569be hue: 0.72 , saturation: 0.40 and the lightness value of 8569be is 0.58.

The process color (four color CMYK) of #8569be color hex is 0.30, 0.45, 0.00, 0.25. Web safe color of #8569be is #9966cc. Color #8569be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101001 10111110
Octal 205 151 276
Decimal 133 105 190
Hex 85 69 BE

RGB Percentages of Color #8569be

%31.07
%24.53
%44.39

CMYK Percentages of Color #8569be

%30
%45
%0
%25

Triadic Colors of #8569be

#8569be #be8569 #69be85

Analogous Colors of #8569be

#8569be #b069be #6978be

Monochromatic Colors of #8569be

#8569be

Complementary Color

#8569be #a2be69

#8569be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8569be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8569be Color CSS Codes

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

#8569be Text Font Color

<p style="color:#8569be">Text here</p>

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


#8569be Background Color

<div style="background-color:#8569be">
Div content here</div>

This div background color is #8569be


#8569be Border Color

<div style="border:3px solid #8569be">
Div here</div>

This div border color is #8569be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,105,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8569be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8569be;
  -webkit-box-shadow: 1px 1px 3px 2px #8569be;
  box-shadow:         1px 1px 3px 2px #8569be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8569be


Comments

No comments written yet.

Please login to write comment.