Color Hex Logo

#9d247f Color Hex

#9D247F
(157,36,127)
0 Favorites   0 Comments

Color spaces of #9d247f

RGB 15736127
HSL0.870.630.38
HSV315°77°62°
CMYK 0.000.770.19   0.38
XYZ18.36639.962221.0336
Yxy9.96220.37210.2018
Hunter Lab31.563048.6330-17.4169
CIE-Lab37.774557.2798-22.9004

#9d247f color RGB value is (157,36,127).

#9d247f hex color red value is 157, green value is 36 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #9d247f hue: 0.87 , saturation: 0.63 and the lightness value of 9d247f is 0.38.

The process color (four color CMYK) of #9d247f color hex is 0.00, 0.77, 0.19, 0.38. Web safe color of #9d247f is #993366. Color #9d247f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 00100100 01111111
Octal 235 44 177
Decimal 157 36 127
Hex 9D 24 7F

RGB Percentages of Color #9d247f

%49.06
%11.25
%39.69

CMYK Percentages of Color #9d247f

%0
%77
%19
%38

Triadic Colors of #9d247f

#9d247f #7f9d24 #247f9d

Analogous Colors of #9d247f

#9d247f #9d2443 #7f249d

Monochromatic Colors of #9d247f

#9d247f

Complementary Color

#9d247f #249d42

#9d247f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d247f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d247f Color CSS Codes

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

#9d247f Text Font Color

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

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


#9d247f Background Color

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

This div background color is #9d247f


#9d247f Border Color

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

This div border color is #9d247f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d247f


Comments

No comments written yet.

Please login to write comment.