Color Hex Logo

#d65aef Color Hex

#D65AEF
(214,90,239)
0 Favorites   0 Comments

Color spaces of #d65aef

RGB 21490239
HSL0.810.820.65
HSV290°62°94°
CMYK 0.100.620.00   0.06
XYZ46.967727.840584.5596
Yxy27.84050.29470.1747
Hunter Lab52.764166.5537-58.0831
CIE-Lab59.744468.8128-53.2424

#d65aef color RGB value is (214,90,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011010 11101111
Octal 326 132 357
Decimal 214 90 239
Hex D6 5A EF

RGB Percentages of Color #d65aef

%39.41
%16.57
%44.01

CMYK Percentages of Color #d65aef

%10
%62
%0
%6

Triadic Colors of #d65aef

#d65aef #efd65a #5aefd6

Analogous Colors of #d65aef

#d65aef #ef5abe #8c5aef

Monochromatic Colors of #d65aef

#d65aef

Complementary Color

#d65aef #73ef5a

#d65aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65aef Color CSS Codes

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

#d65aef Text Font Color

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

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


#d65aef Background Color

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

This div background color is #d65aef


#d65aef Border Color

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

This div border color is #d65aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65aef


Comments

No comments written yet.

Please login to write comment.