Color Hex Logo

#d64ebe Color Hex

#D64EBE
(214,78,190)
0 Favorites   0 Comments

Color spaces of #d64ebe

RGB 21478190
HSL0.860.620.57
HSV311°64°84°
CMYK 0.000.640.11   0.16
XYZ39.750223.462651.1489
Yxy23.46260.34760.2052
Hunter Lab48.438261.7169-28.7012
CIE-Lab55.545765.5263-32.1185

#d64ebe color RGB value is (214,78,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001110 10111110
Octal 326 116 276
Decimal 214 78 190
Hex D6 4E BE

RGB Percentages of Color #d64ebe

%44.40
%16.18
%39.42

CMYK Percentages of Color #d64ebe

%0
%64
%11
%16

Triadic Colors of #d64ebe

#d64ebe #bed64e #4ebed6

Analogous Colors of #d64ebe

#d64ebe #d64e7a #aa4ed6

Monochromatic Colors of #d64ebe

#d64ebe

Complementary Color

#d64ebe #4ed666

#d64ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64ebe Color CSS Codes

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

#d64ebe Text Font Color

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

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


#d64ebe Background Color

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

This div background color is #d64ebe


#d64ebe Border Color

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

This div border color is #d64ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64ebe


Comments

No comments written yet.

Please login to write comment.