Color Hex Logo

#d9337f Color Hex

#D9337F
(217,51,127)
0 Favorites   0 Comments

Color spaces of #d9337f

RGB 21751127
HSL0.920.690.53
HSV333°76°85°
CMYK 0.000.760.41   0.15
XYZ33.629918.651721.9063
Yxy18.65170.45330.2514
Hunter Lab43.187663.41840.1573
CIE-Lab50.277267.9660-2.9214

#d9337f color RGB value is (217,51,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110011 01111111
Octal 331 63 177
Decimal 217 51 127
Hex D9 33 7F

RGB Percentages of Color #d9337f

%54.94
%12.91
%32.15

CMYK Percentages of Color #d9337f

%0
%76
%41
%15

Triadic Colors of #d9337f

#d9337f #7fd933 #337fd9

Analogous Colors of #d9337f

#d9337f #d93a33 #d933d2

Monochromatic Colors of #d9337f

#d9337f

Complementary Color

#d9337f #33d98d

#d9337f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9337f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9337f Color CSS Codes

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

#d9337f Text Font Color

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

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


#d9337f Background Color

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

This div background color is #d9337f


#d9337f Border Color

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

This div border color is #d9337f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9337f


Comments

No comments written yet.

Please login to write comment.