Color Hex Logo

#dc72bc Color Hex

#DC72BC
(220,114,188)
0 Favorites   0 Comments

Color spaces of #dc72bc

RGB 220114188
HSL0.880.600.65
HSV318°48°86°
CMYK 0.000.480.15   0.14
XYZ44.609630.881151.1864
Yxy30.88110.35220.2438
Hunter Lab55.570846.0426-15.7127
CIE-Lab62.407150.6059-20.3264

#dc72bc color RGB value is (220,114,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110010 10111100
Octal 334 162 274
Decimal 220 114 188
Hex DC 72 BC

RGB Percentages of Color #dc72bc

%42.15
%21.84
%36.02

CMYK Percentages of Color #dc72bc

%0
%48
%15
%14

Triadic Colors of #dc72bc

#dc72bc #bcdc72 #72bcdc

Analogous Colors of #dc72bc

#dc72bc #dc7287 #c772dc

Monochromatic Colors of #dc72bc

#dc72bc

Complementary Color

#dc72bc #72dc92

#dc72bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc72bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc72bc Color CSS Codes

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

#dc72bc Text Font Color

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

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


#dc72bc Background Color

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

This div background color is #dc72bc


#dc72bc Border Color

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

This div border color is #dc72bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc72bc


Comments

No comments written yet.

Please login to write comment.