Color Hex Logo

#9569dd Color Hex

#9569DD
(149,105,221)
0 Favorites   0 Comments

Color spaces of #9569dd

RGB 149105221
HSL0.730.630.64
HSV263°52°87°
CMYK 0.330.520.00   0.13
XYZ30.497121.713270.9903
Yxy21.71320.24750.1762
Hunter Lab46.597435.2793-57.7090
CIE-Lab53.721441.7793-53.2149

#9569dd color RGB value is (149,105,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01101001 11011101
Octal 225 151 335
Decimal 149 105 221
Hex 95 69 DD

RGB Percentages of Color #9569dd

%31.37
%22.11
%46.53

CMYK Percentages of Color #9569dd

%33
%52
%0
%13

Triadic Colors of #9569dd

#9569dd #dd9569 #69dd95

Analogous Colors of #9569dd

#9569dd #cf69dd #6977dd

Monochromatic Colors of #9569dd

#9569dd

Complementary Color

#9569dd #b1dd69

#9569dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9569dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9569dd Color CSS Codes

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

#9569dd Text Font Color

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

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


#9569dd Background Color

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

This div background color is #9569dd


#9569dd Border Color

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

This div border color is #9569dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9569dd


Comments

No comments written yet.

Please login to write comment.