Color Hex Logo

#d401cd Color Hex

#D401CD
(212,1,205)
0 Favorites   0 Comments

Color spaces of #d401cd

RGB 2121205
HSL0.840.990.42
HSV302°100°83°
CMYK 0.001.000.03   0.17
XYZ38.181718.426559.3019
Yxy18.42650.32940.1590
Hunter Lab42.926183.6506-51.8602
CIE-Lab50.009484.4054-49.5208

#d401cd color RGB value is (212,1,205).

#d401cd hex color red value is 212, green value is 1 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d401cd hue: 0.84 , saturation: 0.99 and the lightness value of d401cd is 0.42.

The process color (four color CMYK) of #d401cd color hex is 0.00, 1.00, 0.03, 0.17. Web safe color of #d401cd is #cc00cc. Color #d401cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00000001 11001101
Octal 324 1 315
Decimal 212 1 205
Hex D4 1 CD

RGB Percentages of Color #d401cd

%50.72
%0.24
%49.04

CMYK Percentages of Color #d401cd

%0
%100
%3
%17

Triadic Colors of #d401cd

#d401cd #cdd401 #01cdd4

Analogous Colors of #d401cd

#d401cd #d40163 #7201d4

Monochromatic Colors of #d401cd

#d401cd

Complementary Color

#d401cd #01d408

#d401cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d401cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d401cd Color CSS Codes

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

#d401cd Text Font Color

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

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


#d401cd Background Color

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

This div background color is #d401cd


#d401cd Border Color

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

This div border color is #d401cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,1,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d401cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d401cd


Comments

No comments written yet.

Please login to write comment.