Color Hex Logo

#d9377f Color Hex

#D9377F
(217,55,127)
0 Favorites   0 Comments

Color spaces of #d9377f

RGB 21755127
HSL0.930.680.53
HSV333°75°85°
CMYK 0.000.750.41   0.15
XYZ33.812219.016421.9671
Yxy19.01640.45210.2542
Hunter Lab43.607862.09000.6586
CIE-Lab50.706466.7539-2.2898

#d9377f color RGB value is (217,55,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110111 01111111
Octal 331 67 177
Decimal 217 55 127
Hex D9 37 7F

RGB Percentages of Color #d9377f

%54.39
%13.78
%31.83

CMYK Percentages of Color #d9377f

%0
%75
%41
%15

Triadic Colors of #d9377f

#d9377f #7fd937 #377fd9

Analogous Colors of #d9377f

#d9377f #d94037 #d937d0

Monochromatic Colors of #d9377f

#d9377f

Complementary Color

#d9377f #37d991

#d9377f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9377f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9377f Color CSS Codes

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

#d9377f Text Font Color

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

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


#d9377f Background Color

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

This div background color is #d9377f


#d9377f Border Color

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

This div border color is #d9377f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9377f


Comments

No comments written yet.

Please login to write comment.