Color Hex Logo

#d8668e Color Hex

#D8668E
(216,102,142)
0 Favorites   0 Comments

Color spaces of #d8668e

RGB 216102142
HSL0.940.590.62
HSV339°53°85°
CMYK 0.000.530.34   0.15
XYZ37.952826.054728.6199
Yxy26.05470.40970.2813
Hunter Lab51.043843.39412.4872
CIE-Lab58.088948.8410-0.3753

#d8668e color RGB value is (216,102,142).

#d8668e hex color red value is 216, green value is 102 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #d8668e hue: 0.94 , saturation: 0.59 and the lightness value of d8668e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100110 10001110
Octal 330 146 216
Decimal 216 102 142
Hex D8 66 8E

RGB Percentages of Color #d8668e

%46.96
%22.17
%30.87

CMYK Percentages of Color #d8668e

%0
%53
%34
%15

Triadic Colors of #d8668e

#d8668e #8ed866 #668ed8

Analogous Colors of #d8668e

#d8668e #d87766 #d866c7

Monochromatic Colors of #d8668e

#d8668e

Complementary Color

#d8668e #66d8b0

#d8668e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8668e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8668e Color CSS Codes

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

#d8668e Text Font Color

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

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


#d8668e Background Color

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

This div background color is #d8668e


#d8668e Border Color

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

This div border color is #d8668e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8668e


Comments

No comments written yet.

Please login to write comment.