Color Hex Logo

#dc03aa Color Hex

#DC03AA
(220,3,170)
0 Favorites   0 Comments

Color spaces of #dc03aa

RGB 2203170
HSL0.870.970.44
HSV314°99°86°
CMYK 0.000.990.23   0.14
XYZ36.803518.183039.6001
Yxy18.18300.38910.1922
Hunter Lab42.641579.4390-25.2120
CIE-Lab49.717381.1708-29.4550

#dc03aa color RGB value is (220,3,170).

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

The process color (four color CMYK) of #dc03aa color hex is 0.00, 0.99, 0.23, 0.14. Web safe color of #dc03aa is #cc0099. Color #dc03aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000011 10101010
Octal 334 3 252
Decimal 220 3 170
Hex DC 3 AA

RGB Percentages of Color #dc03aa

%55.98
%0.76
%43.26

CMYK Percentages of Color #dc03aa

%0
%99
%23
%14

Triadic Colors of #dc03aa

#dc03aa #aadc03 #03aadc

Analogous Colors of #dc03aa

#dc03aa #dc033e #a203dc

Monochromatic Colors of #dc03aa

#dc03aa

Complementary Color

#dc03aa #03dc35

#dc03aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc03aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc03aa Color CSS Codes

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

#dc03aa Text Font Color

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

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


#dc03aa Background Color

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

This div background color is #dc03aa


#dc03aa Border Color

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

This div border color is #dc03aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc03aa


Comments

No comments written yet.

Please login to write comment.