color codes Logo

#9551dd color codes

#9551DD
(149,81,221)
0 Favorites   0 Comments

Color spaces of #9551dd

RGB 14981221
HSL0.750.670.59
HSV269°63°87°
CMYK 0.330.630.00   0.13
XYZ28.388017.494970.2872
Yxy17.49490.24440.1506
Hunter Lab41.826947.9512-70.3539
CIE-Lab48.877754.5773-60.9917

#9551dd color RGB value is (149,81,221).

#9551dd hex color red value is 149, green value is 81 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9551dd hue: 0.75 , saturation: 0.67 and the lightness value of 9551dd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010001 11011101
Octal 225 121 335
Decimal 149 81 221
Hex 95 51 DD

RGB Percentages of Color #9551dd

%33.04
%17.96
%49.00

CMYK Percentages of Color #9551dd

%33
%63
%0
%13

Triadic Colors of #9551dd

#9551dd #dd9551 #51dd95

Analogous Colors of #9551dd

#9551dd #db51dd #5153dd

Monochromatic Colors of #9551dd

#9551dd

Complementary Color

#9551dd #99dd51

#9551dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9551dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9551dd Color CSS Codes

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

#9551dd Text Font Color

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

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


#9551dd Background Color

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

This div background color is #9551dd


#9551dd Border Color

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

This div border color is #9551dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9551dd


Comments

No comments written yet.

Please login to write comment.