Color Hex Logo

#dc4798 Color Hex

#DC4798
(220,71,152)
0 Favorites   0 Comments

Color spaces of #dc4798

RGB 22071152
HSL0.910.680.57
HSV327°68°86°
CMYK 0.000.680.31   0.14
XYZ37.435921.989131.9770
Yxy21.98910.40960.2406
Hunter Lab46.892560.4407-7.6063
CIE-Lab54.015464.7200-12.2238

#dc4798 color RGB value is (220,71,152).

#dc4798 hex color red value is 220, green value is 71 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #dc4798 hue: 0.91 , saturation: 0.68 and the lightness value of dc4798 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000111 10011000
Octal 334 107 230
Decimal 220 71 152
Hex DC 47 98

RGB Percentages of Color #dc4798

%49.66
%16.03
%34.31

CMYK Percentages of Color #dc4798

%0
%68
%31
%14

Triadic Colors of #dc4798

#dc4798 #98dc47 #4798dc

Analogous Colors of #dc4798

#dc4798 #dc474d #d647dc

Monochromatic Colors of #dc4798

#dc4798

Complementary Color

#dc4798 #47dc8b

#dc4798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4798 Color CSS Codes

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

#dc4798 Text Font Color

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

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


#dc4798 Background Color

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

This div background color is #dc4798


#dc4798 Border Color

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

This div border color is #dc4798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4798


Comments

No comments written yet.

Please login to write comment.