Color Hex Logo

#d67eab Color Hex

#D67EAB
(214,126,171)
0 Favorites   0 Comments

Color spaces of #d67eab

RGB 214126171
HSL0.910.520.67
HSV329°41°84°
CMYK 0.000.410.20   0.16
XYZ42.543132.158142.4929
Yxy32.15810.36300.2744
Hunter Lab56.708134.6736-4.7319
CIE-Lab63.473339.9150-9.1326

#d67eab color RGB value is (214,126,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111110 10101011
Octal 326 176 253
Decimal 214 126 171
Hex D6 7E AB

RGB Percentages of Color #d67eab

%41.88
%24.66
%33.46

CMYK Percentages of Color #d67eab

%0
%41
%20
%16

Triadic Colors of #d67eab

#d67eab #abd67e #7eabd6

Analogous Colors of #d67eab

#d67eab #d67e7f #d57ed6

Monochromatic Colors of #d67eab

#d67eab

Complementary Color

#d67eab #7ed6a9

#d67eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d67eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d67eab Color CSS Codes

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

#d67eab Text Font Color

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

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


#d67eab Background Color

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

This div background color is #d67eab


#d67eab Border Color

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

This div border color is #d67eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d67eab


Comments

No comments written yet.

Please login to write comment.