Color Hex Logo

#9d05ca Color Hex

#9D05CA
(157,5,202)
0 Favorites   0 Comments

Color spaces of #9d05ca

RGB 1575202
HSL0.800.950.41
HSV286°98°79°
CMYK 0.220.980.00   0.21
XYZ24.619611.540956.8071
Yxy11.54090.26480.1241
Hunter Lab33.971969.9090-75.3632
CIE-Lab40.476975.2909-63.6327

#9d05ca color RGB value is (157,5,202).

#9d05ca hex color red value is 157, green value is 5 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9d05ca hue: 0.80 , saturation: 0.95 and the lightness value of 9d05ca is 0.41.

The process color (four color CMYK) of #9d05ca color hex is 0.22, 0.98, 0.00, 0.21. Web safe color of #9d05ca is #9900cc. Color #9d05ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 00000101 11001010
Octal 235 5 312
Decimal 157 5 202
Hex 9D 5 CA

RGB Percentages of Color #9d05ca

%43.13
%1.37
%55.49

CMYK Percentages of Color #9d05ca

%22
%98
%0
%21

Triadic Colors of #9d05ca

#9d05ca #ca9d05 #05ca9d

Analogous Colors of #9d05ca

#9d05ca #ca0595 #3a05ca

Monochromatic Colors of #9d05ca

#9d05ca

Complementary Color

#9d05ca #32ca05

#9d05ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d05ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d05ca Color CSS Codes

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

#9d05ca Text Font Color

<p style="color:#9d05ca">Text here</p>

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


#9d05ca Background Color

<div style="background-color:#9d05ca">
Div content here</div>

This div background color is #9d05ca


#9d05ca Border Color

<div style="border:3px solid #9d05ca">
Div here</div>

This div border color is #9d05ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,5,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d05ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d05ca;
  -webkit-box-shadow: 1px 1px 3px 2px #9d05ca;
  box-shadow:         1px 1px 3px 2px #9d05ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,5,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d05ca


Comments

No comments written yet.

Please login to write comment.