Color Hex Logo

#d413ff Color Hex

#D413FF
(212,19,255)
0 Favorites   0 Comments

Color spaces of #d413ff

RGB 21219255
HSL0.801.000.54
HSV289°93°100°
CMYK 0.170.930.00   0.00
XYZ45.434221.682896.3983
Yxy21.68280.27790.1326
Hunter Lab46.564892.6776-90.1466
CIE-Lab53.688890.5644-71.8904

#d413ff color RGB value is (212,19,255).

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

The process color (four color CMYK) of #d413ff color hex is 0.17, 0.93, 0.00, 0.00. Web safe color of #d413ff is #cc00ff. Color #d413ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010011 11111111
Octal 324 23 377
Decimal 212 19 255
Hex D4 13 FF

RGB Percentages of Color #d413ff

%43.62
%3.91
%52.47

CMYK Percentages of Color #d413ff

%17
%93
%0
%0

Triadic Colors of #d413ff

#d413ff #ffd413 #13ffd4

Analogous Colors of #d413ff

#d413ff #ff13b4 #5e13ff

Monochromatic Colors of #d413ff

#d413ff

Complementary Color

#d413ff #3eff13

#d413ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d413ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d413ff Color CSS Codes

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

#d413ff Text Font Color

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

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


#d413ff Background Color

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

This div background color is #d413ff


#d413ff Border Color

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

This div border color is #d413ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d413ff

#d413ff Color Palettes


Comments

No comments written yet.

Please login to write comment.