Color Hex Logo

#d63aef Color Hex

#D63AEF
(214,58,239)
0 Favorites   0 Comments

Color spaces of #d63aef

RGB 21458239
HSL0.810.850.58
HSV292°76°94°
CMYK 0.100.760.00   0.06
XYZ44.824623.554283.8453
Yxy23.55420.29450.1547
Hunter Lab48.532779.9298-68.4569
CIE-Lab55.638780.4036-59.8021

#d63aef color RGB value is (214,58,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00111010 11101111
Octal 326 72 357
Decimal 214 58 239
Hex D6 3A EF

RGB Percentages of Color #d63aef

%41.88
%11.35
%46.77

CMYK Percentages of Color #d63aef

%10
%76
%0
%6

Triadic Colors of #d63aef

#d63aef #efd63a #3aefd6

Analogous Colors of #d63aef

#d63aef #ef3aae #7c3aef

Monochromatic Colors of #d63aef

#d63aef

Complementary Color

#d63aef #53ef3a

#d63aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63aef Color CSS Codes

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

#d63aef Text Font Color

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

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


#d63aef Background Color

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

This div background color is #d63aef


#d63aef Border Color

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

This div border color is #d63aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63aef


Comments

No comments written yet.

Please login to write comment.