Color Hex Logo

#dc138a Color Hex

#DC138A
(220,19,138)
0 Favorites   0 Comments

Color spaces of #dc138a

RGB 22019138
HSL0.900.840.47
HSV324°91°86°
CMYK 0.000.910.37   0.14
XYZ34.335517.516425.6161
Yxy17.51640.44320.2261
Hunter Lab41.852673.1978-6.9919
CIE-Lab48.904276.3402-11.5622

#dc138a color RGB value is (220,19,138).

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

The process color (four color CMYK) of #dc138a color hex is 0.00, 0.91, 0.37, 0.14. Web safe color of #dc138a is #cc0099. Color #dc138a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010011 10001010
Octal 334 23 212
Decimal 220 19 138
Hex DC 13 8A

RGB Percentages of Color #dc138a

%58.36
%5.04
%36.60

CMYK Percentages of Color #dc138a

%0
%91
%37
%14

Triadic Colors of #dc138a

#dc138a #8adc13 #138adc

Analogous Colors of #dc138a

#dc138a #dc1326 #ca13dc

Monochromatic Colors of #dc138a

#dc138a

Complementary Color

#dc138a #13dc65

#dc138a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc138a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc138a Color CSS Codes

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

#dc138a Text Font Color

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

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


#dc138a Background Color

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

This div background color is #dc138a


#dc138a Border Color

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

This div border color is #dc138a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc138a


Comments

No comments written yet.

Please login to write comment.