Color Hex Logo

#dc187a Color Hex

#DC187A
(220,24,122)
0 Favorites   0 Comments

Color spaces of #dc187a

RGB 22024122
HSL0.920.800.48
HSV330°89°86°
CMYK 0.000.890.45   0.14
XYZ33.354717.274119.9886
Yxy17.27410.47230.2446
Hunter Lab41.562170.51720.5790
CIE-Lab48.603674.2126-2.2823

#dc187a color RGB value is (220,24,122).

#dc187a hex color red value is 220, green value is 24 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #dc187a hue: 0.92 , saturation: 0.80 and the lightness value of dc187a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00011000 01111010
Octal 334 30 172
Decimal 220 24 122
Hex DC 18 7A

RGB Percentages of Color #dc187a

%60.11
%6.56
%33.33

CMYK Percentages of Color #dc187a

%0
%89
%45
%14

Triadic Colors of #dc187a

#dc187a #7adc18 #187adc

Analogous Colors of #dc187a

#dc187a #dc1818 #dc18dc

Monochromatic Colors of #dc187a

#dc187a

Complementary Color

#dc187a #18dc7a

#dc187a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc187a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc187a Color CSS Codes

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

#dc187a Text Font Color

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

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


#dc187a Background Color

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

This div background color is #dc187a


#dc187a Border Color

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

This div border color is #dc187a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc187a


Comments

No comments written yet.

Please login to write comment.