Color Hex Logo

#d9678e Color Hex

#D9678E
(217,103,142)
0 Favorites   0 Comments

Color spaces of #d9678e

RGB 217103142
HSL0.940.600.63
HSV339°53°85°
CMYK 0.000.530.35   0.15
XYZ38.348026.405228.6667
Yxy26.40520.41050.2827
Hunter Lab51.386043.28432.8941
CIE-Lab58.419748.68890.1252

#d9678e color RGB value is (217,103,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100111 10001110
Octal 331 147 216
Decimal 217 103 142
Hex D9 67 8E

RGB Percentages of Color #d9678e

%46.97
%22.29
%30.74

CMYK Percentages of Color #d9678e

%0
%53
%35
%15

Triadic Colors of #d9678e

#d9678e #8ed967 #678ed9

Analogous Colors of #d9678e

#d9678e #d97967 #d967c7

Monochromatic Colors of #d9678e

#d9678e

Complementary Color

#d9678e #67d9b2

#d9678e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9678e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9678e Color CSS Codes

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

#d9678e Text Font Color

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

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


#d9678e Background Color

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

This div background color is #d9678e


#d9678e Border Color

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

This div border color is #d9678e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,103,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 #d9678e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9678e


Comments

No comments written yet.

Please login to write comment.