Color Hex Logo

#d422ff Color Hex

#D422FF
(212,34,255)
0 Favorites   0 Comments

Color spaces of #d422ff

RGB 21234255
HSL0.801.000.57
HSV288°87°100°
CMYK 0.170.870.00   0.00
XYZ45.773422.361196.5113
Yxy22.36110.27800.1358
Hunter Lab47.287590.0313-87.9064
CIE-Lab54.408188.4347-70.7254

#d422ff color RGB value is (212,34,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100010 11111111
Octal 324 42 377
Decimal 212 34 255
Hex D4 22 FF

RGB Percentages of Color #d422ff

%42.32
%6.79
%50.90

CMYK Percentages of Color #d422ff

%17
%87
%0
%0

Triadic Colors of #d422ff

#d422ff #ffd422 #22ffd4

Analogous Colors of #d422ff

#d422ff #ff22bc #6622ff

Monochromatic Colors of #d422ff

#d422ff

Complementary Color

#d422ff #4dff22

#d422ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d422ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d422ff Color CSS Codes

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

#d422ff Text Font Color

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

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


#d422ff Background Color

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

This div background color is #d422ff


#d422ff Border Color

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

This div border color is #d422ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d422ff


Comments

No comments written yet.

Please login to write comment.