Color Hex Logo

#9954cd Color Hex

#9954CD
(153,84,205)
0 Favorites   0 Comments

Color spaces of #9954cd

RGB 15384205
HSL0.760.550.57
HSV274°59°80°
CMYK 0.250.590.00   0.20
XYZ27.326617.520759.6992
Yxy17.52070.26140.1676
Hunter Lab41.857743.2817-55.2614
CIE-Lab48.909550.2214-51.7810

#9954cd color RGB value is (153,84,205).

#9954cd hex color red value is 153, green value is 84 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9954cd hue: 0.76 , saturation: 0.55 and the lightness value of 9954cd is 0.57.

The process color (four color CMYK) of #9954cd color hex is 0.25, 0.59, 0.00, 0.20. Web safe color of #9954cd is #9966cc. Color #9954cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010100 11001101
Octal 231 124 315
Decimal 153 84 205
Hex 99 54 CD

RGB Percentages of Color #9954cd

%34.62
%19.00
%46.38

CMYK Percentages of Color #9954cd

%25
%59
%0
%20

Triadic Colors of #9954cd

#9954cd #cd9954 #54cd99

Analogous Colors of #9954cd

#9954cd #cd54c5 #5d54cd

Monochromatic Colors of #9954cd

#9954cd

Complementary Color

#9954cd #88cd54

#9954cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9954cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9954cd Color CSS Codes

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

#9954cd Text Font Color

<p style="color:#9954cd">Text here</p>

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


#9954cd Background Color

<div style="background-color:#9954cd">
Div content here</div>

This div background color is #9954cd


#9954cd Border Color

<div style="border:3px solid #9954cd">
Div here</div>

This div border color is #9954cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,84,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9954cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9954cd;
  -webkit-box-shadow: 1px 1px 3px 2px #9954cd;
  box-shadow:         1px 1px 3px 2px #9954cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,84,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9954cd


Comments

No comments written yet.

Please login to write comment.