Color Hex Logo

#d54aef Color Hex

#D54AEF
(213,74,239)
0 Favorites   0 Comments

Color spaces of #d54aef

RGB 21374239
HSL0.810.840.61
HSV291°69°94°
CMYK 0.110.690.00   0.06
XYZ45.469325.275784.1436
Yxy25.27570.29360.1632
Hunter Lab50.274973.4565-64.0394
CIE-Lab57.343174.9140-57.0806

#d54aef color RGB value is (213,74,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001010 11101111
Octal 325 112 357
Decimal 213 74 239
Hex D5 4A EF

RGB Percentages of Color #d54aef

%40.49
%14.07
%45.44

CMYK Percentages of Color #d54aef

%11
%69
%0
%6

Triadic Colors of #d54aef

#d54aef #efd54a #4aefd5

Analogous Colors of #d54aef

#d54aef #ef4ab7 #834aef

Monochromatic Colors of #d54aef

#d54aef

Complementary Color

#d54aef #64ef4a

#d54aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54aef Color CSS Codes

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

#d54aef Text Font Color

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

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


#d54aef Background Color

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

This div background color is #d54aef


#d54aef Border Color

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

This div border color is #d54aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54aef


Comments

No comments written yet.

Please login to write comment.