Color Hex Logo

#d421ff Color Hex

#D421FF
(212,33,255)
0 Favorites   0 Comments

Color spaces of #d421ff

RGB 21233255
HSL0.801.000.56
HSV288°87°100°
CMYK 0.170.870.00   0.00
XYZ45.745222.304896.5019
Yxy22.30480.27800.1355
Hunter Lab47.228090.2469-88.0890
CIE-Lab54.348988.6091-70.8211

#d421ff color RGB value is (212,33,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100001 11111111
Octal 324 41 377
Decimal 212 33 255
Hex D4 21 FF

RGB Percentages of Color #d421ff

%42.40
%6.60
%51.00

CMYK Percentages of Color #d421ff

%17
%87
%0
%0

Triadic Colors of #d421ff

#d421ff #ffd421 #21ffd4

Analogous Colors of #d421ff

#d421ff #ff21bb #6521ff

Monochromatic Colors of #d421ff

#d421ff

Complementary Color

#d421ff #4cff21

#d421ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d421ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d421ff Color CSS Codes

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

#d421ff Text Font Color

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

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


#d421ff Background Color

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

This div background color is #d421ff


#d421ff Border Color

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

This div border color is #d421ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d421ff

Related Colors


Comments

No comments written yet.

Please login to write comment.