Color Hex Logo

#dc138f Color Hex

#DC138F
(220,19,143)
0 Favorites   0 Comments

Color spaces of #dc138f

RGB 22019143
HSL0.900.840.47
HSV323°91°86°
CMYK 0.000.910.35   0.14
XYZ34.706017.664627.5670
Yxy17.66460.43420.2210
Hunter Lab42.029373.8465-9.4678
CIE-Lab49.086876.8297-14.3055

#dc138f color RGB value is (220,19,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010011 10001111
Octal 334 23 217
Decimal 220 19 143
Hex DC 13 8F

RGB Percentages of Color #dc138f

%57.59
%4.97
%37.43

CMYK Percentages of Color #dc138f

%0
%91
%35
%14

Triadic Colors of #dc138f

#dc138f #8fdc13 #138fdc

Analogous Colors of #dc138f

#dc138f #dc132a #c513dc

Monochromatic Colors of #dc138f

#dc138f

Complementary Color

#dc138f #13dc60

#dc138f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc138f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc138f Color CSS Codes

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

#dc138f Text Font Color

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

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


#dc138f Background Color

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

This div background color is #dc138f


#dc138f Border Color

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

This div border color is #dc138f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc138f


Comments

No comments written yet.

Please login to write comment.