Color Hex Logo

#d403dc Color Hex

#D403DC
(212,3,220)
0 Favorites   0 Comments

Color spaces of #d403dc

RGB 2123220
HSL0.830.970.44
HSV298°99°86°
CMYK 0.040.990.00   0.14
XYZ40.102219.229569.3082
Yxy19.22950.31170.1495
Hunter Lab43.851586.4984-63.0131
CIE-Lab50.954686.4157-56.6044

#d403dc color RGB value is (212,3,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00000011 11011100
Octal 324 3 334
Decimal 212 3 220
Hex D4 3 DC

RGB Percentages of Color #d403dc

%48.74
%0.69
%50.57

CMYK Percentages of Color #d403dc

%4
%99
%0
%14

Triadic Colors of #d403dc

#d403dc #dcd403 #03dcd4

Analogous Colors of #d403dc

#d403dc #dc0378 #6803dc

Monochromatic Colors of #d403dc

#d403dc

Complementary Color

#d403dc #0bdc03

#d403dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d403dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d403dc Color CSS Codes

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

#d403dc Text Font Color

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

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


#d403dc Background Color

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

This div background color is #d403dc


#d403dc Border Color

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

This div border color is #d403dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d403dc


Comments

No comments written yet.

Please login to write comment.