Color Hex Logo

#d69b8f Color Hex

#D69B8F
(214,155,143)
0 Favorites   0 Comments

Color spaces of #d69b8f

RGB 214155143
HSL0.030.460.70
HSV10°33°84°
CMYK 0.000.280.33   0.16
XYZ44.410839.722031.3130
Yxy39.72200.38470.3441
Hunter Lab63.025415.485514.6606
CIE-Lab69.271120.441915.0056

#d69b8f color RGB value is (214,155,143).

#d69b8f hex color red value is 214, green value is 155 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #d69b8f hue: 0.03 , saturation: 0.46 and the lightness value of d69b8f is 0.70.

The process color (four color CMYK) of #d69b8f color hex is 0.00, 0.28, 0.33, 0.16. Web safe color of #d69b8f is #cc9999. Color #d69b8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011011 10001111
Octal 326 233 217
Decimal 214 155 143
Hex D6 9B 8F

RGB Percentages of Color #d69b8f

%41.80
%30.27
%27.93

CMYK Percentages of Color #d69b8f

%0
%28
%33
%16

Triadic Colors of #d69b8f

#d69b8f #8fd69b #9b8fd6

Analogous Colors of #d69b8f

#d69b8f #d6bf8f #d68fa7

Monochromatic Colors of #d69b8f

#d69b8f

Complementary Color

#d69b8f #8fcad6

#d69b8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69b8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69b8f Color CSS Codes

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

#d69b8f Text Font Color

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

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


#d69b8f Background Color

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

This div background color is #d69b8f


#d69b8f Border Color

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

This div border color is #d69b8f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,155,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69b8f


Comments

No comments written yet.

Please login to write comment.