Color Hex Logo

#d454ef Color Hex

#D454EF
(212,84,239)
0 Favorites   0 Comments

Color spaces of #d454ef

RGB 21284239
HSL0.800.830.63
HSV290°65°94°
CMYK 0.110.650.00   0.06
XYZ45.901726.569784.3705
Yxy26.56970.29270.1694
Hunter Lab51.545868.7496-60.9642
CIE-Lab58.573970.8443-55.1233

#d454ef color RGB value is (212,84,239).

#d454ef hex color red value is 212, green value is 84 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d454ef hue: 0.80 , saturation: 0.83 and the lightness value of d454ef is 0.63.

The process color (four color CMYK) of #d454ef color hex is 0.11, 0.65, 0.00, 0.06. Web safe color of #d454ef is #cc66ff. Color #d454ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010100 11101111
Octal 324 124 357
Decimal 212 84 239
Hex D4 54 EF

RGB Percentages of Color #d454ef

%39.63
%15.70
%44.67

CMYK Percentages of Color #d454ef

%11
%65
%0
%6

Triadic Colors of #d454ef

#d454ef #efd454 #54efd4

Analogous Colors of #d454ef

#d454ef #ef54bd #8754ef

Monochromatic Colors of #d454ef

#d454ef

Complementary Color

#d454ef #6fef54

#d454ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d454ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d454ef Color CSS Codes

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

#d454ef Text Font Color

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

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


#d454ef Background Color

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

This div background color is #d454ef


#d454ef Border Color

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

This div border color is #d454ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d454ef


Comments

No comments written yet.

Please login to write comment.