Color Hex Logo

#dc498f Color Hex

#DC498F
(220,73,143)
0 Favorites   0 Comments

Color spaces of #dc498f

RGB 22073143
HSL0.920.680.57
HSV331°67°86°
CMYK 0.000.670.35   0.14
XYZ36.855721.963928.2835
Yxy21.96390.42310.2522
Hunter Lab46.865758.3596-2.9756
CIE-Lab53.988762.9320-6.9407

#dc498f color RGB value is (220,73,143).

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

The process color (four color CMYK) of #dc498f color hex is 0.00, 0.67, 0.35, 0.14. Web safe color of #dc498f is #cc3399. Color #dc498f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001001 10001111
Octal 334 111 217
Decimal 220 73 143
Hex DC 49 8F

RGB Percentages of Color #dc498f

%50.46
%16.74
%32.80

CMYK Percentages of Color #dc498f

%0
%67
%35
%14

Triadic Colors of #dc498f

#dc498f #8fdc49 #498fdc

Analogous Colors of #dc498f

#dc498f #dc4d49 #dc49d9

Monochromatic Colors of #dc498f

#dc498f

Complementary Color

#dc498f #49dc96

#dc498f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc498f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc498f Color CSS Codes

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

#dc498f Text Font Color

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

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


#dc498f Background Color

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

This div background color is #dc498f


#dc498f Border Color

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

This div border color is #dc498f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc498f


Comments

No comments written yet.

Please login to write comment.