Color Hex Logo

#d64eab Color Hex

#D64EAB
(214,78,171)
0 Favorites   0 Comments

Color spaces of #d64eab

RGB 21478171
HSL0.890.620.57
HSV319°64°84°
CMYK 0.000.640.20   0.16
XYZ37.806622.685240.9141
Yxy22.68520.37280.2237
Hunter Lab47.629058.3378-17.5908
CIE-Lab54.746662.7743-22.3457

#d64eab color RGB value is (214,78,171).

#d64eab hex color red value is 214, green value is 78 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d64eab hue: 0.89 , saturation: 0.62 and the lightness value of d64eab is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001110 10101011
Octal 326 116 253
Decimal 214 78 171
Hex D6 4E AB

RGB Percentages of Color #d64eab

%46.22
%16.85
%36.93

CMYK Percentages of Color #d64eab

%0
%64
%20
%16

Triadic Colors of #d64eab

#d64eab #abd64e #4eabd6

Analogous Colors of #d64eab

#d64eab #d64e67 #bd4ed6

Monochromatic Colors of #d64eab

#d64eab

Complementary Color

#d64eab #4ed679

#d64eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64eab Color CSS Codes

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

#d64eab Text Font Color

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

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


#d64eab Background Color

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

This div background color is #d64eab


#d64eab Border Color

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

This div border color is #d64eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64eab


Comments

No comments written yet.

Please login to write comment.