Color Hex Logo

#9955dd Color Hex

#9955DD
(153,85,221)
0 Favorites   0 Comments

Color spaces of #9955dd

RGB 15385221
HSL0.750.670.60
HSV270°62°87°
CMYK 0.310.620.00   0.13
XYZ29.436518.489870.4240
Yxy18.48980.24870.1562
Hunter Lab42.999846.9468-67.0039
CIE-Lab50.084953.4389-59.0224

#9955dd color RGB value is (153,85,221). This hex color code is also a web safe color which is equal to #95D.

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010101 11011101
Octal 231 125 335
Decimal 153 85 221
Hex 99 55 DD

RGB Percentages of Color #9955dd

%33.33
%18.52
%48.15

CMYK Percentages of Color #9955dd

%31
%62
%0
%13

Triadic Colors of #9955dd

#9955dd #dd9955 #55dd99

Analogous Colors of #9955dd

#9955dd #dd55dd #5555dd

Monochromatic Colors of #9955dd

#9955dd

Complementary Color

#9955dd #99dd55

#9955dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9955dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9955dd Color CSS Codes

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

#9955dd Text Font Color

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

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


#9955dd Background Color

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

This div background color is #9955dd


#9955dd Border Color

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

This div border color is #9955dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9955dd


Comments

No comments written yet.

Please login to write comment.