Color Hex Logo

#d69e91 Color Hex

#D69E91
(214,158,145)
0 Favorites   0 Comments

Color spaces of #d69e91

RGB 214158145
HSL0.030.460.70
HSV11°32°84°
CMYK 0.000.260.32   0.16
XYZ45.069340.794232.2867
Yxy40.79420.38150.3453
Hunter Lab63.870314.183214.7379
CIE-Lab70.031519.072414.9623

#d69e91 color RGB value is (214,158,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011110 10010001
Octal 326 236 221
Decimal 214 158 145
Hex D6 9E 91

RGB Percentages of Color #d69e91

%41.39
%30.56
%28.05

CMYK Percentages of Color #d69e91

%0
%26
%32
%16

Triadic Colors of #d69e91

#d69e91 #91d69e #9e91d6

Analogous Colors of #d69e91

#d69e91 #d6c191 #d691a7

Monochromatic Colors of #d69e91

#d69e91

Complementary Color

#d69e91 #91c9d6

#d69e91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69e91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69e91 Color CSS Codes

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

#d69e91 Text Font Color

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

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


#d69e91 Background Color

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

This div background color is #d69e91


#d69e91 Border Color

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

This div border color is #d69e91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69e91


Comments

No comments written yet.

Please login to write comment.