Color Hex Logo

#dc457d Color Hex

#DC457D
(220,69,125)
0 Favorites   0 Comments

Color spaces of #dc457d

RGB 22069125
HSL0.940.680.57
HSV338°69°86°
CMYK 0.000.690.43   0.14
XYZ35.345020.952621.5834
Yxy20.95260.45380.2690
Hunter Lab45.774057.72664.0853
CIE-Lab52.897662.58372.1751

#dc457d color RGB value is (220,69,125).

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

The process color (four color CMYK) of #dc457d color hex is 0.00, 0.69, 0.43, 0.14. Web safe color of #dc457d is #cc3366. Color #dc457d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000101 01111101
Octal 334 105 175
Decimal 220 69 125
Hex DC 45 7D

RGB Percentages of Color #dc457d

%53.14
%16.67
%30.19

CMYK Percentages of Color #dc457d

%0
%69
%43
%14

Triadic Colors of #dc457d

#dc457d #7ddc45 #457ddc

Analogous Colors of #dc457d

#dc457d #dc5845 #dc45c9

Monochromatic Colors of #dc457d

#dc457d

Complementary Color

#dc457d #45dca4

#dc457d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc457d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc457d Color CSS Codes

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

#dc457d Text Font Color

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

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


#dc457d Background Color

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

This div background color is #dc457d


#dc457d Border Color

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

This div border color is #dc457d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc457d


Comments

No comments written yet.

Please login to write comment.