Color Hex Logo

#d69186 Color Hex

#D69186
(214,145,134)
0 Favorites   0 Comments

Color spaces of #d69186

RGB 214145134
HSL0.020.490.68
HSV37°84°
CMYK 0.000.320.37   0.16
XYZ42.160036.268227.3326
Yxy36.26820.39860.3429
Hunter Lab60.223119.571015.2470
CIE-Lab66.724324.750616.4637

#d69186 color RGB value is (214,145,134).

#d69186 hex color red value is 214, green value is 145 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #d69186 hue: 0.02 , saturation: 0.49 and the lightness value of d69186 is 0.68.

The process color (four color CMYK) of #d69186 color hex is 0.00, 0.32, 0.37, 0.16. Web safe color of #d69186 is #cc9999. Color #d69186 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010001 10000110
Octal 326 221 206
Decimal 214 145 134
Hex D6 91 86

RGB Percentages of Color #d69186

%43.41
%29.41
%27.18

CMYK Percentages of Color #d69186

%0
%32
%37
%16

Triadic Colors of #d69186

#d69186 #86d691 #9186d6

Analogous Colors of #d69186

#d69186 #d6b986 #d686a3

Monochromatic Colors of #d69186

#d69186

Complementary Color

#d69186 #86cbd6

#d69186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69186 Color CSS Codes

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

#d69186 Text Font Color

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

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


#d69186 Background Color

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

This div background color is #d69186


#d69186 Border Color

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

This div border color is #d69186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69186


Comments

No comments written yet.

Please login to write comment.