Color Hex Logo

#d67eac Color Hex

#D67EAC
(214,126,172)
0 Favorites   0 Comments

Color spaces of #d67eac

RGB 214126172
HSL0.910.520.67
HSV329°41°84°
CMYK 0.000.410.20   0.16
XYZ42.638832.196442.9969
Yxy32.19640.36190.2732
Hunter Lab56.741934.8359-5.2085
CIE-Lab63.504940.0657-9.6538

#d67eac color RGB value is (214,126,172).

#d67eac hex color red value is 214, green value is 126 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d67eac hue: 0.91 , saturation: 0.52 and the lightness value of d67eac is 0.67.

The process color (four color CMYK) of #d67eac color hex is 0.00, 0.41, 0.20, 0.16. Web safe color of #d67eac is #cc6699. Color #d67eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111110 10101100
Octal 326 176 254
Decimal 214 126 172
Hex D6 7E AC

RGB Percentages of Color #d67eac

%41.80
%24.61
%33.59

CMYK Percentages of Color #d67eac

%0
%41
%20
%16

Triadic Colors of #d67eac

#d67eac #acd67e #7eacd6

Analogous Colors of #d67eac

#d67eac #d67e80 #d47ed6

Monochromatic Colors of #d67eac

#d67eac

Complementary Color

#d67eac #7ed6a8

#d67eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d67eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d67eac Color CSS Codes

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

#d67eac Text Font Color

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

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


#d67eac Background Color

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

This div background color is #d67eac


#d67eac Border Color

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

This div border color is #d67eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d67eac


Comments

No comments written yet.

Please login to write comment.