Color Hex Logo

#d68172 Color Hex

#D68172
(214,129,114)
0 Favorites   0 Comments

Color spaces of #d68172

RGB 214129114
HSL0.030.550.64
HSV47°84°
CMYK 0.000.400.47   0.16
XYZ38.619131.211619.9086
Yxy31.21160.43030.3478
Hunter Lab55.867325.622817.9789
CIE-Lab62.685931.168822.1493

#d68172 color RGB value is (214,129,114).

#d68172 hex color red value is 214, green value is 129 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #d68172 hue: 0.03 , saturation: 0.55 and the lightness value of d68172 is 0.64.

The process color (four color CMYK) of #d68172 color hex is 0.00, 0.40, 0.47, 0.16. Web safe color of #d68172 is #cc9966. Color #d68172 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000001 01110010
Octal 326 201 162
Decimal 214 129 114
Hex D6 81 72

RGB Percentages of Color #d68172

%46.83
%28.23
%24.95

CMYK Percentages of Color #d68172

%0
%40
%47
%16

Triadic Colors of #d68172

#d68172 #72d681 #8172d6

Analogous Colors of #d68172

#d68172 #d6b372 #d67295

Monochromatic Colors of #d68172

#d68172

Complementary Color

#d68172 #72c7d6

#d68172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68172 Color CSS Codes

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

#d68172 Text Font Color

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

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


#d68172 Background Color

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

This div background color is #d68172


#d68172 Border Color

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

This div border color is #d68172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68172


Comments

No comments written yet.

Please login to write comment.