Color Hex Logo

#d64aef Color Hex

#D64AEF
(214,74,239)
0 Favorites   0 Comments

Color spaces of #d64aef

RGB 21474239
HSL0.810.840.61
HSV291°69°94°
CMYK 0.100.690.00   0.06
XYZ45.760325.425784.1572
Yxy25.42570.29460.1637
Hunter Lab50.423973.7491-63.6579
CIE-Lab57.487975.1223-56.8409

#d64aef color RGB value is (214,74,239).

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

The process color (four color CMYK) of #d64aef color hex is 0.10, 0.69, 0.00, 0.06. Web safe color of #d64aef is #cc33ff. Color #d64aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001010 11101111
Octal 326 112 357
Decimal 214 74 239
Hex D6 4A EF

RGB Percentages of Color #d64aef

%40.61
%14.04
%45.35

CMYK Percentages of Color #d64aef

%10
%69
%0
%6

Triadic Colors of #d64aef

#d64aef #efd64a #4aefd6

Analogous Colors of #d64aef

#d64aef #ef4ab6 #844aef

Monochromatic Colors of #d64aef

#d64aef

Complementary Color

#d64aef #63ef4a

#d64aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64aef Color CSS Codes

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

#d64aef Text Font Color

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

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


#d64aef Background Color

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

This div background color is #d64aef


#d64aef Border Color

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

This div border color is #d64aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64aef


Comments

No comments written yet.

Please login to write comment.