Color Hex Logo

#d53aef Color Hex

#D53AEF
(213,58,239)
0 Favorites   0 Comments

Color spaces of #d53aef

RGB 21358239
HSL0.810.850.58
HSV291°76°94°
CMYK 0.110.760.00   0.06
XYZ44.533623.404283.8316
Yxy23.40420.29340.1542
Hunter Lab48.377979.6544-68.8761
CIE-Lab55.486380.2164-60.0549

#d53aef color RGB value is (213,58,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111010 11101111
Octal 325 72 357
Decimal 213 58 239
Hex D5 3A EF

RGB Percentages of Color #d53aef

%41.76
%11.37
%46.86

CMYK Percentages of Color #d53aef

%11
%76
%0
%6

Triadic Colors of #d53aef

#d53aef #efd53a #3aefd5

Analogous Colors of #d53aef

#d53aef #ef3aaf #7b3aef

Monochromatic Colors of #d53aef

#d53aef

Complementary Color

#d53aef #54ef3a

#d53aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d53aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d53aef Color CSS Codes

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

#d53aef Text Font Color

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

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


#d53aef Background Color

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

This div background color is #d53aef


#d53aef Border Color

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

This div border color is #d53aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d53aef


Comments

No comments written yet.

Please login to write comment.