Color Hex Logo

#9d49ca Color Hex

#9D49CA
(157,73,202)
0 Favorites   0 Comments

Color spaces of #9d49ca

RGB 15773202
HSL0.780.550.54
HSV279°64°79°
CMYK 0.220.640.00   0.21
XYZ26.947816.197557.5832
Yxy16.19750.26750.1608
Hunter Lab40.246149.0885-56.6585
CIE-Lab47.232555.9179-52.7151

#9d49ca color RGB value is (157,73,202).

#9d49ca hex color red value is 157, green value is 73 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9d49ca hue: 0.78 , saturation: 0.55 and the lightness value of 9d49ca is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 01001001 11001010
Octal 235 111 312
Decimal 157 73 202
Hex 9D 49 CA

RGB Percentages of Color #9d49ca

%36.34
%16.90
%46.76

CMYK Percentages of Color #9d49ca

%22
%64
%0
%21

Triadic Colors of #9d49ca

#9d49ca #ca9d49 #49ca9d

Analogous Colors of #9d49ca

#9d49ca #ca49b7 #5d49ca

Monochromatic Colors of #9d49ca

#9d49ca

Complementary Color

#9d49ca #76ca49

#9d49ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d49ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d49ca Color CSS Codes

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

#9d49ca Text Font Color

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

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


#9d49ca Background Color

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

This div background color is #9d49ca


#9d49ca Border Color

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

This div border color is #9d49ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,73,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 #9d49ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d49ca


Comments

No comments written yet.

Please login to write comment.