Color Hex Logo

#d420ff Color Hex

#D420FF
(212,32,255)
0 Favorites   0 Comments

Color spaces of #d420ff

RGB 21232255
HSL0.801.000.56
HSV288°87°100°
CMYK 0.170.870.00   0.00
XYZ45.717922.250196.4928
Yxy22.25010.27800.1353
Hunter Lab47.170090.4574-88.2669
CIE-Lab54.291488.7793-70.9143

#d420ff color RGB value is (212,32,255).

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

The process color (four color CMYK) of #d420ff color hex is 0.17, 0.87, 0.00, 0.00. Web safe color of #d420ff is #cc33ff. Color #d420ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100000 11111111
Octal 324 40 377
Decimal 212 32 255
Hex D4 20 FF

RGB Percentages of Color #d420ff

%42.48
%6.41
%51.10

CMYK Percentages of Color #d420ff

%17
%87
%0
%0

Triadic Colors of #d420ff

#d420ff #ffd420 #20ffd4

Analogous Colors of #d420ff

#d420ff #ff20bb #6520ff

Monochromatic Colors of #d420ff

#d420ff

Complementary Color

#d420ff #4bff20

#d420ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d420ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d420ff Color CSS Codes

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

#d420ff Text Font Color

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

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


#d420ff Background Color

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

This div background color is #d420ff


#d420ff Border Color

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

This div border color is #d420ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d420ff


Comments

No comments written yet.

Please login to write comment.