Color Hex Logo

#dc727a Color Hex

#DC727A
(220,114,122)
0 Favorites   0 Comments

Color spaces of #dc727a

RGB 220114122
HSL0.990.600.65
HSV355°48°86°
CMYK 0.000.480.45   0.14
XYZ39.045428.655421.8855
Yxy28.65540.43580.3199
Hunter Lab53.530736.519413.2314
CIE-Lab60.476342.050514.7003

#dc727a color RGB value is (220,114,122).

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

The process color (four color CMYK) of #dc727a color hex is 0.00, 0.48, 0.45, 0.14. Web safe color of #dc727a is #cc6666. Color #dc727a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110010 01111010
Octal 334 162 172
Decimal 220 114 122
Hex DC 72 7A

RGB Percentages of Color #dc727a

%48.25
%25.00
%26.75

CMYK Percentages of Color #dc727a

%0
%48
%45
%14

Triadic Colors of #dc727a

#dc727a #7adc72 #727adc

Analogous Colors of #dc727a

#dc727a #dc9f72 #dc72af

Monochromatic Colors of #dc727a

#dc727a

Complementary Color

#dc727a #72dcd4

#dc727a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc727a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc727a Color CSS Codes

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

#dc727a Text Font Color

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

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


#dc727a Background Color

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

This div background color is #dc727a


#dc727a Border Color

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

This div border color is #dc727a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc727a


Comments

No comments written yet.

Please login to write comment.