Color Hex Logo

#d64eef Color Hex

#D64EEF
(214,78,239)
0 Favorites   0 Comments

Color spaces of #d64eef

RGB 21478239
HSL0.810.830.62
HSV291°67°94°
CMYK 0.100.670.00   0.06
XYZ46.035925.976984.2490
Yxy25.97690.29460.1662
Hunter Lab50.967572.0351-62.3287
CIE-Lab58.015173.6348-55.9985

#d64eef color RGB value is (214,78,239).

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

The process color (four color CMYK) of #d64eef color hex is 0.10, 0.67, 0.00, 0.06. Web safe color of #d64eef is #cc66ff. Color #d64eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001110 11101111
Octal 326 116 357
Decimal 214 78 239
Hex D6 4E EF

RGB Percentages of Color #d64eef

%40.30
%14.69
%45.01

CMYK Percentages of Color #d64eef

%10
%67
%0
%6

Triadic Colors of #d64eef

#d64eef #efd64e #4eefd6

Analogous Colors of #d64eef

#d64eef #ef4eb8 #864eef

Monochromatic Colors of #d64eef

#d64eef

Complementary Color

#d64eef #67ef4e

#d64eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64eef Color CSS Codes

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

#d64eef Text Font Color

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

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


#d64eef Background Color

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

This div background color is #d64eef


#d64eef Border Color

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

This div border color is #d64eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64eef


Comments

No comments written yet.

Please login to write comment.