Color Hex Logo

#d404ff Color Hex

#D404FF
(212,4,255)
0 Favorites   0 Comments

Color spaces of #d404ff

RGB 2124255
HSL0.801.000.51
HSV290°98°100°
CMYK 0.170.980.00   0.00
XYZ45.244821.303996.3351
Yxy21.30390.27780.1308
Hunter Lab46.156194.2023-91.4382
CIE-Lab53.280591.7804-72.5524

#d404ff color RGB value is (212,4,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00000100 11111111
Octal 324 4 377
Decimal 212 4 255
Hex D4 4 FF

RGB Percentages of Color #d404ff

%45.01
%0.85
%54.14

CMYK Percentages of Color #d404ff

%17
%98
%0
%0

Triadic Colors of #d404ff

#d404ff #ffd404 #04ffd4

Analogous Colors of #d404ff

#d404ff #ff04ad #5604ff

Monochromatic Colors of #d404ff

#d404ff

Complementary Color

#d404ff #2fff04

#d404ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d404ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d404ff Color CSS Codes

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

#d404ff Text Font Color

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

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


#d404ff Background Color

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

This div background color is #d404ff


#d404ff Border Color

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

This div border color is #d404ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d404ff

Related Colors


Comments

No comments written yet.

Please login to write comment.