Color Hex Logo

#8569dd Color Hex

#8569DD
(133,105,221)
0 Favorites   0 Comments

Color spaces of #8569dd

RGB 133105221
HSL0.710.630.64
HSV254°52°87°
CMYK 0.400.520.00   0.13
XYZ27.775620.310270.8629
Yxy20.31020.23350.1707
Hunter Lab45.066831.1462-61.6805
CIE-Lab52.186137.8958-55.7581

#8569dd color RGB value is (133,105,221).

#8569dd hex color red value is 133, green value is 105 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8569dd hue: 0.71 , saturation: 0.63 and the lightness value of 8569dd is 0.64.

The process color (four color CMYK) of #8569dd color hex is 0.40, 0.52, 0.00, 0.13. Web safe color of #8569dd is #9966cc. Color #8569dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101001 11011101
Octal 205 151 335
Decimal 133 105 221
Hex 85 69 DD

RGB Percentages of Color #8569dd

%28.98
%22.88
%48.15

CMYK Percentages of Color #8569dd

%40
%52
%0
%13

Triadic Colors of #8569dd

#8569dd #dd8569 #69dd85

Analogous Colors of #8569dd

#8569dd #bf69dd #6987dd

Monochromatic Colors of #8569dd

#8569dd

Complementary Color

#8569dd #c1dd69

#8569dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8569dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8569dd Color CSS Codes

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

#8569dd Text Font Color

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

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


#8569dd Background Color

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

This div background color is #8569dd


#8569dd Border Color

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

This div border color is #8569dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8569dd


Comments

No comments written yet.

Please login to write comment.