Color Hex Logo

#d2917f Color Hex

#D2917F
(210,145,127)
0 Favorites   0 Comments

Color spaces of #d2917f

RGB 210145127
HSL0.040.480.66
HSV13°40°82°
CMYK 0.000.310.40   0.18
XYZ40.534535.484724.7915
Yxy35.48470.40210.3520
Hunter Lab59.569017.216817.0230
CIE-Lab66.124322.371919.4668

#d2917f color RGB value is (210,145,127).

#d2917f hex color red value is 210, green value is 145 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #d2917f hue: 0.04 , saturation: 0.48 and the lightness value of d2917f is 0.66.

The process color (four color CMYK) of #d2917f color hex is 0.00, 0.31, 0.40, 0.18. Web safe color of #d2917f is #cc9966. Color #d2917f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010001 01111111
Octal 322 221 177
Decimal 210 145 127
Hex D2 91 7F

RGB Percentages of Color #d2917f

%43.57
%30.08
%26.35

CMYK Percentages of Color #d2917f

%0
%31
%40
%18

Triadic Colors of #d2917f

#d2917f #7fd291 #917fd2

Analogous Colors of #d2917f

#d2917f #d2bb7f #d27f97

Monochromatic Colors of #d2917f

#d2917f

Complementary Color

#d2917f #7fc0d2

#d2917f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2917f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2917f Color CSS Codes

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

#d2917f Text Font Color

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

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


#d2917f Background Color

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

This div background color is #d2917f


#d2917f Border Color

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

This div border color is #d2917f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2917f


Comments

No comments written yet.

Please login to write comment.