Color Hex Logo

#dc20ba Color Hex

#DC20BA
(220,32,186)
0 Favorites   0 Comments

Color spaces of #dc20ba

RGB 22032186
HSL0.860.750.49
HSV311°85°86°
CMYK 0.000.850.15   0.14
XYZ38.894619.793848.2250
Yxy19.79380.36380.1851
Hunter Lab44.490278.1918-33.1240
CIE-Lab51.603379.8171-35.8950

#dc20ba color RGB value is (220,32,186).

#dc20ba hex color red value is 220, green value is 32 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dc20ba hue: 0.86 , saturation: 0.75 and the lightness value of dc20ba is 0.49.

The process color (four color CMYK) of #dc20ba color hex is 0.00, 0.85, 0.15, 0.14. Web safe color of #dc20ba is #cc33cc. Color #dc20ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100000 10111010
Octal 334 40 272
Decimal 220 32 186
Hex DC 20 BA

RGB Percentages of Color #dc20ba

%50.23
%7.31
%42.47

CMYK Percentages of Color #dc20ba

%0
%85
%15
%14

Triadic Colors of #dc20ba

#dc20ba #badc20 #20badc

Analogous Colors of #dc20ba

#dc20ba #dc205c #a020dc

Monochromatic Colors of #dc20ba

#dc20ba

Complementary Color

#dc20ba #20dc42

#dc20ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc20ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc20ba Color CSS Codes

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

#dc20ba Text Font Color

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

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


#dc20ba Background Color

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

This div background color is #dc20ba


#dc20ba Border Color

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

This div border color is #dc20ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc20ba


Comments

No comments written yet.

Please login to write comment.