Color Hex Logo

#dc30aa Color Hex

#DC30AA
(220,48,170)
0 Favorites   0 Comments

Color spaces of #dc30aa

RGB 22048170
HSL0.880.710.53
HSV317°78°86°
CMYK 0.000.780.23   0.14
XYZ37.827920.231839.9416
Yxy20.23180.38600.2064
Hunter Lab44.979871.4035-21.1631
CIE-Lab52.098374.2584-25.7591

#dc30aa color RGB value is (220,48,170).

#dc30aa hex color red value is 220, green value is 48 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dc30aa hue: 0.88 , saturation: 0.71 and the lightness value of dc30aa is 0.53.

The process color (four color CMYK) of #dc30aa color hex is 0.00, 0.78, 0.23, 0.14. Web safe color of #dc30aa is #cc3399. Color #dc30aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110000 10101010
Octal 334 60 252
Decimal 220 48 170
Hex DC 30 AA

RGB Percentages of Color #dc30aa

%50.23
%10.96
%38.81

CMYK Percentages of Color #dc30aa

%0
%78
%23
%14

Triadic Colors of #dc30aa

#dc30aa #aadc30 #30aadc

Analogous Colors of #dc30aa

#dc30aa #dc3054 #b830dc

Monochromatic Colors of #dc30aa

#dc30aa

Complementary Color

#dc30aa #30dc62

#dc30aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc30aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc30aa Color CSS Codes

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

#dc30aa Text Font Color

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

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


#dc30aa Background Color

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

This div background color is #dc30aa


#dc30aa Border Color

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

This div border color is #dc30aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc30aa


Comments

No comments written yet.

Please login to write comment.