Color Hex Logo

#d9668b Color Hex

#D9668B
(217,102,139)
0 Favorites   0 Comments

Color spaces of #d9668b

RGB 217102139
HSL0.950.600.63
HSV341°53°85°
CMYK 0.000.530.36   0.15
XYZ38.026826.118527.4632
Yxy26.11850.41510.2851
Hunter Lab51.106343.38113.9135
CIE-Lab58.149448.81971.4787

#d9668b color RGB value is (217,102,139).

#d9668b hex color red value is 217, green value is 102 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #d9668b hue: 0.95 , saturation: 0.60 and the lightness value of d9668b is 0.63.

The process color (four color CMYK) of #d9668b color hex is 0.00, 0.53, 0.36, 0.15. Web safe color of #d9668b is #cc6699. Color #d9668b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100110 10001011
Octal 331 146 213
Decimal 217 102 139
Hex D9 66 8B

RGB Percentages of Color #d9668b

%47.38
%22.27
%30.35

CMYK Percentages of Color #d9668b

%0
%53
%36
%15

Triadic Colors of #d9668b

#d9668b #8bd966 #668bd9

Analogous Colors of #d9668b

#d9668b #d97b66 #d966c5

Monochromatic Colors of #d9668b

#d9668b

Complementary Color

#d9668b #66d9b4

#d9668b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9668b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9668b Color CSS Codes

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

#d9668b Text Font Color

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

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


#d9668b Background Color

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

This div background color is #d9668b


#d9668b Border Color

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

This div border color is #d9668b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,102,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9668b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9668b;
  -webkit-box-shadow: 1px 1px 3px 2px #d9668b;
  box-shadow:         1px 1px 3px 2px #d9668b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,102,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9668b


Comments

No comments written yet.

Please login to write comment.