Color Hex Logo

#dc137a Color Hex

#DC137A
(220,19,122)
0 Favorites   0 Comments

Color spaces of #dc137a

RGB 22019122
HSL0.910.840.47
HSV329°91°86°
CMYK 0.000.910.45   0.14
XYZ33.260917.086519.9573
Yxy17.08650.47310.2430
Hunter Lab41.335871.29250.3093
CIE-Lab48.368874.8934-2.6277

#dc137a color RGB value is (220,19,122).

#dc137a hex color red value is 220, green value is 19 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #dc137a hue: 0.91 , saturation: 0.84 and the lightness value of dc137a is 0.47.

The process color (four color CMYK) of #dc137a color hex is 0.00, 0.91, 0.45, 0.14. Web safe color of #dc137a is #cc0066. Color #dc137a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010011 01111010
Octal 334 23 172
Decimal 220 19 122
Hex DC 13 7A

RGB Percentages of Color #dc137a

%60.94
%5.26
%33.80

CMYK Percentages of Color #dc137a

%0
%91
%45
%14

Triadic Colors of #dc137a

#dc137a #7adc13 #137adc

Analogous Colors of #dc137a

#dc137a #dc1316 #da13dc

Monochromatic Colors of #dc137a

#dc137a

Complementary Color

#dc137a #13dc75

#dc137a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc137a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc137a Color CSS Codes

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

#dc137a Text Font Color

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

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


#dc137a Background Color

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

This div background color is #dc137a


#dc137a Border Color

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

This div border color is #dc137a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc137a


Comments

No comments written yet.

Please login to write comment.