Color Hex Logo

#d9237f Color Hex

#D9237F
(217,35,127)
0 Favorites   0 Comments

Color spaces of #d9237f

RGB 21735127
HSL0.920.720.49
HSV330°84°85°
CMYK 0.000.840.41   0.15
XYZ33.047117.486121.7120
Yxy17.48610.45740.2420
Hunter Lab41.816467.8882-1.5132
CIE-Lab48.866871.9906-5.0057

#d9237f color RGB value is (217,35,127).

#d9237f hex color red value is 217, green value is 35 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #d9237f hue: 0.92 , saturation: 0.72 and the lightness value of d9237f is 0.49.

The process color (four color CMYK) of #d9237f color hex is 0.00, 0.84, 0.41, 0.15. Web safe color of #d9237f is #cc3366. Color #d9237f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00100011 01111111
Octal 331 43 177
Decimal 217 35 127
Hex D9 23 7F

RGB Percentages of Color #d9237f

%57.26
%9.23
%33.51

CMYK Percentages of Color #d9237f

%0
%84
%41
%15

Triadic Colors of #d9237f

#d9237f #7fd923 #237fd9

Analogous Colors of #d9237f

#d9237f #d92324 #d823d9

Monochromatic Colors of #d9237f

#d9237f

Complementary Color

#d9237f #23d97d

#d9237f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9237f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9237f Color CSS Codes

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

#d9237f Text Font Color

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

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


#d9237f Background Color

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

This div background color is #d9237f


#d9237f Border Color

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

This div border color is #d9237f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,35,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9237f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9237f;
  -webkit-box-shadow: 1px 1px 3px 2px #d9237f;
  box-shadow:         1px 1px 3px 2px #d9237f; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9237f


Comments

No comments written yet.

Please login to write comment.