Color Hex Logo

#d64ebf Color Hex

#D64EBF
(214,78,191)
0 Favorites   0 Comments

Color spaces of #d64ebf

RGB 21478191
HSL0.860.620.57
HSV310°64°84°
CMYK 0.000.640.11   0.16
XYZ39.859923.506551.7266
Yxy23.50650.34630.2042
Hunter Lab48.483561.9047-29.3175
CIE-Lab55.590365.6777-32.6248

#d64ebf color RGB value is (214,78,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001110 10111111
Octal 326 116 277
Decimal 214 78 191
Hex D6 4E BF

RGB Percentages of Color #d64ebf

%44.31
%16.15
%39.54

CMYK Percentages of Color #d64ebf

%0
%64
%11
%16

Triadic Colors of #d64ebf

#d64ebf #bfd64e #4ebfd6

Analogous Colors of #d64ebf

#d64ebf #d64e7b #a94ed6

Monochromatic Colors of #d64ebf

#d64ebf

Complementary Color

#d64ebf #4ed665

#d64ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64ebf Color CSS Codes

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

#d64ebf Text Font Color

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

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


#d64ebf Background Color

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

This div background color is #d64ebf


#d64ebf Border Color

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

This div border color is #d64ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64ebf


Comments

No comments written yet.

Please login to write comment.