Color Hex Logo

#d9376f Color Hex

#D9376F
(217,55,111)
0 Favorites   0 Comments

Color spaces of #d9376f

RGB 21755111
HSL0.940.680.53
HSV339°75°85°
CMYK 0.000.750.49   0.15
XYZ32.850718.631816.9038
Yxy18.63180.48040.2724
Hunter Lab43.164660.31076.9965
CIE-Lab50.253665.31496.7395

#d9376f color RGB value is (217,55,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110111 01101111
Octal 331 67 157
Decimal 217 55 111
Hex D9 37 6F

RGB Percentages of Color #d9376f

%56.66
%14.36
%28.98

CMYK Percentages of Color #d9376f

%0
%75
%49
%15

Triadic Colors of #d9376f

#d9376f #6fd937 #376fd9

Analogous Colors of #d9376f

#d9376f #d95037 #d937c0

Monochromatic Colors of #d9376f

#d9376f

Complementary Color

#d9376f #37d9a1

#d9376f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9376f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9376f Color CSS Codes

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

#d9376f Text Font Color

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

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


#d9376f Background Color

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

This div background color is #d9376f


#d9376f Border Color

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

This div border color is #d9376f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,55,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9376f


Comments

No comments written yet.

Please login to write comment.