Color Hex Logo

#dc72ba Color Hex

#DC72BA
(220,114,186)
0 Favorites   0 Comments

Color spaces of #dc72ba

RGB 220114186
HSL0.890.600.65
HSV319°48°86°
CMYK 0.000.480.15   0.14
XYZ44.395430.795450.0586
Yxy30.79540.35450.2459
Hunter Lab55.493645.6879-14.6377
CIE-Lab62.334550.2959-19.3010

#dc72ba color RGB value is (220,114,186).

#dc72ba hex color red value is 220, green value is 114 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dc72ba hue: 0.89 , saturation: 0.60 and the lightness value of dc72ba is 0.65.

The process color (four color CMYK) of #dc72ba color hex is 0.00, 0.48, 0.15, 0.14. Web safe color of #dc72ba is #cc66cc. Color #dc72ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110010 10111010
Octal 334 162 272
Decimal 220 114 186
Hex DC 72 BA

RGB Percentages of Color #dc72ba

%42.31
%21.92
%35.77

CMYK Percentages of Color #dc72ba

%0
%48
%15
%14

Triadic Colors of #dc72ba

#dc72ba #badc72 #72badc

Analogous Colors of #dc72ba

#dc72ba #dc7285 #c972dc

Monochromatic Colors of #dc72ba

#dc72ba

Complementary Color

#dc72ba #72dc94

#dc72ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc72ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc72ba Color CSS Codes

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

#dc72ba Text Font Color

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

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


#dc72ba Background Color

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

This div background color is #dc72ba


#dc72ba Border Color

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

This div border color is #dc72ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc72ba


Comments

No comments written yet.

Please login to write comment.