Color Hex Logo

#dc2998 Color Hex

#DC2998
(220,41,152)
0 Favorites   0 Comments

Color spaces of #dc2998

RGB 22041152
HSL0.900.720.51
HSV323°81°86°
CMYK 0.000.810.31   0.14
XYZ35.975619.068531.4902
Yxy19.06850.41570.2204
Hunter Lab43.667570.6397-12.1889
CIE-Lab50.767373.8918-17.1461

#dc2998 color RGB value is (220,41,152).

#dc2998 hex color red value is 220, green value is 41 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #dc2998 hue: 0.90 , saturation: 0.72 and the lightness value of dc2998 is 0.51.

The process color (four color CMYK) of #dc2998 color hex is 0.00, 0.81, 0.31, 0.14. Web safe color of #dc2998 is #cc3399. Color #dc2998 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00101001 10011000
Octal 334 51 230
Decimal 220 41 152
Hex DC 29 98

RGB Percentages of Color #dc2998

%53.27
%9.93
%36.80

CMYK Percentages of Color #dc2998

%0
%81
%31
%14

Triadic Colors of #dc2998

#dc2998 #98dc29 #2998dc

Analogous Colors of #dc2998

#dc2998 #dc293f #c729dc

Monochromatic Colors of #dc2998

#dc2998

Complementary Color

#dc2998 #29dc6d

#dc2998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc2998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc2998 Color CSS Codes

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

#dc2998 Text Font Color

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

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


#dc2998 Background Color

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

This div background color is #dc2998


#dc2998 Border Color

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

This div border color is #dc2998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc2998


Comments

No comments written yet.

Please login to write comment.