Color Hex Logo

#d454ff Color Hex

#D454FF
(212,84,255)
0 Favorites   0 Comments

Color spaces of #d454ff

RGB 21284255
HSL0.791.000.66
HSV285°67°100°
CMYK 0.170.670.00   0.00
XYZ48.371727.557797.3774
Yxy27.55770.27910.1590
Hunter Lab52.495472.6111-73.2343
CIE-Lab59.487073.8222-62.5415

#d454ff color RGB value is (212,84,255).

#d454ff hex color red value is 212, green value is 84 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d454ff hue: 0.79 , saturation: 1.00 and the lightness value of d454ff is 0.66.

The process color (four color CMYK) of #d454ff color hex is 0.17, 0.67, 0.00, 0.00. Web safe color of #d454ff is #cc66ff. Color #d454ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010100 11111111
Octal 324 124 377
Decimal 212 84 255
Hex D4 54 FF

RGB Percentages of Color #d454ff

%38.48
%15.25
%46.28

CMYK Percentages of Color #d454ff

%17
%67
%0
%0

Triadic Colors of #d454ff

#d454ff #ffd454 #54ffd4

Analogous Colors of #d454ff

#d454ff #ff54d5 #7f54ff

Monochromatic Colors of #d454ff

#d454ff

Complementary Color

#d454ff #7fff54

#d454ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d454ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d454ff Color CSS Codes

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

#d454ff Text Font Color

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

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


#d454ff Background Color

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

This div background color is #d454ff


#d454ff Border Color

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

This div border color is #d454ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,84,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d454ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d454ff


Comments

No comments written yet.

Please login to write comment.