Color Hex Logo

#8596dd Color Hex

#8596DD
(133,150,221)
0 Favorites   0 Comments

Color spaces of #8596dd

RGB 133150221
HSL0.630.560.69
HSV228°40°87°
CMYK 0.400.320.00   0.13
XYZ33.630432.019772.8145
Yxy32.01970.24290.2312
Hunter Lab56.58607.0615-36.6839
CIE-Lab63.359211.5799-38.0710

#8596dd color RGB value is (133,150,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010110 11011101
Octal 205 226 335
Decimal 133 150 221
Hex 85 96 DD

RGB Percentages of Color #8596dd

%26.39
%29.76
%43.85

CMYK Percentages of Color #8596dd

%40
%32
%0
%13

Triadic Colors of #8596dd

#8596dd #dd8596 #96dd85

Analogous Colors of #8596dd

#8596dd #a085dd #85c2dd

Monochromatic Colors of #8596dd

#8596dd

Complementary Color

#8596dd #ddcc85

#8596dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8596dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8596dd Color CSS Codes

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

#8596dd Text Font Color

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

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


#8596dd Background Color

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

This div background color is #8596dd


#8596dd Border Color

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

This div border color is #8596dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8596dd


Comments

No comments written yet.

Please login to write comment.