Color Hex Logo

#9566de Color Hex

#9566DE
(149,102,222)
0 Favorites   0 Comments

Color spaces of #9566de

RGB 149102222
HSL0.730.650.64
HSV264°54°87°
CMYK 0.330.540.00   0.13
XYZ30.330621.166271.5941
Yxy21.16620.24640.1720
Hunter Lab46.006737.1669-60.0603
CIE-Lab53.130943.7003-54.7232

#9566de color RGB value is (149,102,222).

#9566de hex color red value is 149, green value is 102 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9566de hue: 0.73 , saturation: 0.65 and the lightness value of 9566de is 0.64.

The process color (four color CMYK) of #9566de color hex is 0.33, 0.54, 0.00, 0.13. Web safe color of #9566de is #9966cc. Color #9566de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100110 11011110
Octal 225 146 336
Decimal 149 102 222
Hex 95 66 DE

RGB Percentages of Color #9566de

%31.50
%21.56
%46.93

CMYK Percentages of Color #9566de

%33
%54
%0
%13

Triadic Colors of #9566de

#9566de #de9566 #66de95

Analogous Colors of #9566de

#9566de #d166de #6673de

Monochromatic Colors of #9566de

#9566de

Complementary Color

#9566de #afde66

#9566de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9566de Color Preview on White Background

Lorem ipsum dolor sit amet.

#9566de Color CSS Codes

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

#9566de Text Font Color

<p style="color:#9566de">Text here</p>

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


#9566de Background Color

<div style="background-color:#9566de">
Div content here</div>

This div background color is #9566de


#9566de Border Color

<div style="border:3px solid #9566de">
Div here</div>

This div border color is #9566de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,102,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9566de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9566de;
  -webkit-box-shadow: 1px 1px 3px 2px #9566de;
  box-shadow:         1px 1px 3px 2px #9566de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,102,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9566de


Comments

No comments written yet.

Please login to write comment.