Color Hex Logo

#d9667e Color Hex

#D9667E
(217,102,126)
0 Favorites   0 Comments

Color spaces of #d9667e

RGB 217102126
HSL0.970.600.63
HSV347°53°85°
CMYK 0.000.530.42   0.15
XYZ37.132525.760822.7539
Yxy25.76080.43360.3008
Hunter Lab50.755141.76948.9484
CIE-Lab57.809347.37438.5726

#d9667e color RGB value is (217,102,126).

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

The process color (four color CMYK) of #d9667e color hex is 0.00, 0.53, 0.42, 0.15. Web safe color of #d9667e is #cc6666. Color #d9667e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100110 01111110
Octal 331 146 176
Decimal 217 102 126
Hex D9 66 7E

RGB Percentages of Color #d9667e

%48.76
%22.92
%28.31

CMYK Percentages of Color #d9667e

%0
%53
%42
%15

Triadic Colors of #d9667e

#d9667e #7ed966 #667ed9

Analogous Colors of #d9667e

#d9667e #d98866 #d966b8

Monochromatic Colors of #d9667e

#d9667e

Complementary Color

#d9667e #66d9c1

#d9667e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9667e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9667e Color CSS Codes

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

#d9667e Text Font Color

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

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


#d9667e Background Color

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

This div background color is #d9667e


#d9667e Border Color

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

This div border color is #d9667e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9667e


Comments

No comments written yet.

Please login to write comment.