Color Hex Logo

#9504cd Color Hex

#9504CD
(149,4,205)
0 Favorites   0 Comments

Color spaces of #9504cd

RGB 1494205
HSL0.790.960.41
HSV283°98°80°
CMYK 0.270.980.00   0.20
XYZ23.457310.884258.6221
Yxy10.88420.25230.1171
Hunter Lab32.991269.1819-82.2586
CIE-Lab39.384774.9019-67.2126

#9504cd color RGB value is (149,4,205).

#9504cd hex color red value is 149, green value is 4 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9504cd hue: 0.79 , saturation: 0.96 and the lightness value of 9504cd is 0.41.

The process color (four color CMYK) of #9504cd color hex is 0.27, 0.98, 0.00, 0.20. Web safe color of #9504cd is #9900cc. Color #9504cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00000100 11001101
Octal 225 4 315
Decimal 149 4 205
Hex 95 4 CD

RGB Percentages of Color #9504cd

%41.62
%1.12
%57.26

CMYK Percentages of Color #9504cd

%27
%98
%0
%20

Triadic Colors of #9504cd

#9504cd #cd9504 #04cd95

Analogous Colors of #9504cd

#9504cd #cd04a1 #3004cd

Monochromatic Colors of #9504cd

#9504cd

Complementary Color

#9504cd #3ccd04

#9504cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9504cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9504cd Color CSS Codes

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

#9504cd Text Font Color

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

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


#9504cd Background Color

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

This div background color is #9504cd


#9504cd Border Color

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

This div border color is #9504cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9504cd


Comments

No comments written yet.

Please login to write comment.