Color Hex Logo

#dc1498 Color Hex

#DC1498
(220,20,152)
0 Favorites   0 Comments

Color spaces of #dc1498

RGB 22020152
HSL0.890.830.47
HSV320°91°86°
CMYK 0.000.910.31   0.14
XYZ35.432917.983031.3093
Yxy17.98300.41820.2123
Hunter Lab42.406474.9356-14.0903
CIE-Lab49.475577.6319-19.1195

#dc1498 color RGB value is (220,20,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010100 10011000
Octal 334 24 230
Decimal 220 20 152
Hex DC 14 98

RGB Percentages of Color #dc1498

%56.12
%5.10
%38.78

CMYK Percentages of Color #dc1498

%0
%91
%31
%14

Triadic Colors of #dc1498

#dc1498 #98dc14 #1498dc

Analogous Colors of #dc1498

#dc1498 #dc1434 #bc14dc

Monochromatic Colors of #dc1498

#dc1498

Complementary Color

#dc1498 #14dc58

#dc1498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc1498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc1498 Color CSS Codes

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

#dc1498 Text Font Color

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

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


#dc1498 Background Color

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

This div background color is #dc1498


#dc1498 Border Color

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

This div border color is #dc1498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc1498


Comments

No comments written yet.

Please login to write comment.