Color Hex Logo

#dc1488 Color Hex

#DC1488
(220,20,136)
0 Favorites   0 Comments

Color spaces of #dc1488

RGB 22020136
HSL0.900.830.47
HSV325°91°86°
CMYK 0.000.910.38   0.14
XYZ34.209317.493524.8661
Yxy17.49350.44680.2285
Hunter Lab41.825272.8029-5.9717
CIE-Lab48.875976.0253-10.3941

#dc1488 color RGB value is (220,20,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010100 10001000
Octal 334 24 210
Decimal 220 20 136
Hex DC 14 88

RGB Percentages of Color #dc1488

%58.51
%5.32
%36.17

CMYK Percentages of Color #dc1488

%0
%91
%38
%14

Triadic Colors of #dc1488

#dc1488 #88dc14 #1488dc

Analogous Colors of #dc1488

#dc1488 #dc1424 #cc14dc

Monochromatic Colors of #dc1488

#dc1488

Complementary Color

#dc1488 #14dc68

#dc1488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc1488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc1488 Color CSS Codes

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

#dc1488 Text Font Color

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

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


#dc1488 Background Color

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

This div background color is #dc1488


#dc1488 Border Color

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

This div border color is #dc1488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc1488


Comments

No comments written yet.

Please login to write comment.