Color Hex Logo

#d64eba Color Hex

#D64EBA
(214,78,186)
0 Favorites   0 Comments

Color spaces of #d64eba

RGB 21478186
HSL0.870.620.57
HSV312°64°84°
CMYK 0.000.640.13   0.16
XYZ39.318923.290148.8775
Yxy23.29010.35270.2089
Hunter Lab48.259860.9753-26.2670
CIE-Lab55.369964.9266-30.0853

#d64eba color RGB value is (214,78,186).

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

The process color (four color CMYK) of #d64eba color hex is 0.00, 0.64, 0.13, 0.16. Web safe color of #d64eba is #cc66cc. Color #d64eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001110 10111010
Octal 326 116 272
Decimal 214 78 186
Hex D6 4E BA

RGB Percentages of Color #d64eba

%44.77
%16.32
%38.91

CMYK Percentages of Color #d64eba

%0
%64
%13
%16

Triadic Colors of #d64eba

#d64eba #bad64e #4ebad6

Analogous Colors of #d64eba

#d64eba #d64e76 #ae4ed6

Monochromatic Colors of #d64eba

#d64eba

Complementary Color

#d64eba #4ed66a

#d64eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64eba Color CSS Codes

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

#d64eba Text Font Color

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

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


#d64eba Background Color

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

This div background color is #d64eba


#d64eba Border Color

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

This div border color is #d64eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64eba


Comments

No comments written yet.

Please login to write comment.