Color Hex Logo

#d27172 Color Hex

#D27172
(210,113,114)
0 Favorites   0 Comments

Color spaces of #d27172

RGB 210113114
HSL1.000.520.63
HSV359°46°82°
CMYK 0.000.460.46   0.18
XYZ35.520726.726819.2062
Yxy26.72680.43610.3281
Hunter Lab51.698032.172514.1619
CIE-Lab58.720638.079316.6637

#d27172 color RGB value is (210,113,114).

#d27172 hex color red value is 210, green value is 113 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #d27172 hue: 1.00 , saturation: 0.52 and the lightness value of d27172 is 0.63.

The process color (four color CMYK) of #d27172 color hex is 0.00, 0.46, 0.46, 0.18. Web safe color of #d27172 is #cc6666. Color #d27172 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110001 01110010
Octal 322 161 162
Decimal 210 113 114
Hex D2 71 72

RGB Percentages of Color #d27172

%48.05
%25.86
%26.09

CMYK Percentages of Color #d27172

%0
%46
%46
%18

Triadic Colors of #d27172

#d27172 #72d271 #7172d2

Analogous Colors of #d27172

#d27172 #d2a171 #d271a3

Monochromatic Colors of #d27172

#d27172

Complementary Color

#d27172 #71d2d1

#d27172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27172 Color CSS Codes

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

#d27172 Text Font Color

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

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


#d27172 Background Color

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

This div background color is #d27172


#d27172 Border Color

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

This div border color is #d27172


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,113,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27172


Comments

No comments written yet.

Please login to write comment.