Color Hex Logo

#dc458c Color Hex

#DC458C
(220,69,140)
0 Favorites   0 Comments

Color spaces of #dc458c

RGB 22069140
HSL0.920.680.57
HSV332°69°86°
CMYK 0.000.690.36   0.14
XYZ36.376921.365327.0176
Yxy21.36530.42920.2521
Hunter Lab46.222659.5888-2.2998
CIE-Lab53.347064.1121-6.1141

#dc458c color RGB value is (220,69,140).

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

The process color (four color CMYK) of #dc458c color hex is 0.00, 0.69, 0.36, 0.14. Web safe color of #dc458c is #cc3399. Color #dc458c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000101 10001100
Octal 334 105 214
Decimal 220 69 140
Hex DC 45 8C

RGB Percentages of Color #dc458c

%51.28
%16.08
%32.63

CMYK Percentages of Color #dc458c

%0
%69
%36
%14

Triadic Colors of #dc458c

#dc458c #8cdc45 #458cdc

Analogous Colors of #dc458c

#dc458c #dc4945 #dc45d8

Monochromatic Colors of #dc458c

#dc458c

Complementary Color

#dc458c #45dc95

#dc458c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc458c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc458c Color CSS Codes

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

#dc458c Text Font Color

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

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


#dc458c Background Color

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

This div background color is #dc458c


#dc458c Border Color

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

This div border color is #dc458c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc458c

#dc458c Color Palettes


Comments

No comments written yet.

Please login to write comment.