Color Hex Logo

#d400dc Color Hex

#D400DC
(212,0,220)
0 Favorites   0 Comments

Color spaces of #d400dc

RGB 2120220
HSL0.831.000.43
HSV298°100°86°
CMYK 0.041.000.00   0.14
XYZ40.069619.164469.2973
Yxy19.16440.31170.1491
Hunter Lab43.777286.7725-63.2094
CIE-Lab50.879086.6401-56.7258

#d400dc color RGB value is (212,0,220).

#d400dc hex color red value is 212, green value is 0 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d400dc hue: 0.83 , saturation: 1.00 and the lightness value of d400dc is 0.43.

The process color (four color CMYK) of #d400dc color hex is 0.04, 1.00, 0.00, 0.14. Web safe color of #d400dc is #cc00cc. Color #d400dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00000000 11011100
Octal 324 0 334
Decimal 212 0 220
Hex D4 0 DC

RGB Percentages of Color #d400dc

%49.07
%0.00
%50.93

CMYK Percentages of Color #d400dc

%4
%100
%0
%14

Triadic Colors of #d400dc

#d400dc #dcd400 #00dcd4

Analogous Colors of #d400dc

#d400dc #dc0076 #6600dc

Monochromatic Colors of #d400dc

#d400dc

Complementary Color

#d400dc #08dc00

#d400dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d400dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d400dc Color CSS Codes

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

#d400dc Text Font Color

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

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


#d400dc Background Color

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

This div background color is #d400dc


#d400dc Border Color

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

This div border color is #d400dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d400dc


Comments

No comments written yet.

Please login to write comment.