Color Hex Logo

#9955de Color Hex

#9955DE
(153,85,222)
0 Favorites   0 Comments

Color spaces of #9955de

RGB 15385222
HSL0.750.670.60
HSV270°62°87°
CMYK 0.310.620.00   0.13
XYZ29.570218.543271.1279
Yxy18.54320.24800.1555
Hunter Lab43.061847.2163-67.7897
CIE-Lab50.148453.6763-59.4871

#9955de color RGB value is (153,85,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010101 11011110
Octal 231 125 336
Decimal 153 85 222
Hex 99 55 DE

RGB Percentages of Color #9955de

%33.26
%18.48
%48.26

CMYK Percentages of Color #9955de

%31
%62
%0
%13

Triadic Colors of #9955de

#9955de #de9955 #55de99

Analogous Colors of #9955de

#9955de #de55de #5556de

Monochromatic Colors of #9955de

#9955de

Complementary Color

#9955de #9ade55

#9955de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9955de Color Preview on White Background

Lorem ipsum dolor sit amet.

#9955de Color CSS Codes

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

#9955de Text Font Color

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

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


#9955de Background Color

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

This div background color is #9955de


#9955de Border Color

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

This div border color is #9955de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9955de


Comments

No comments written yet.

Please login to write comment.