Color Hex Logo

#dc495d Color Hex

#DC495D
(220,73,93)
0 Favorites   0 Comments

Color spaces of #dc495d

RGB 2207393
HSL0.980.680.57
HSV352°67°86°
CMYK 0.000.670.58   0.14
XYZ33.873520.771012.5798
Yxy20.77100.50390.3090
Hunter Lab45.575252.912415.5373
CIE-Lab52.698058.383521.0353

#dc495d color RGB value is (220,73,93).

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

The process color (four color CMYK) of #dc495d color hex is 0.00, 0.67, 0.58, 0.14. Web safe color of #dc495d is #cc3366. Color #dc495d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001001 01011101
Octal 334 111 135
Decimal 220 73 93
Hex DC 49 5D

RGB Percentages of Color #dc495d

%56.99
%18.91
%24.09

CMYK Percentages of Color #dc495d

%0
%67
%58
%14

Triadic Colors of #dc495d

#dc495d #5ddc49 #495ddc

Analogous Colors of #dc495d

#dc495d #dc7f49 #dc49a7

Monochromatic Colors of #dc495d

#dc495d

Complementary Color

#dc495d #49dcc8

#dc495d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc495d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc495d Color CSS Codes

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

#dc495d Text Font Color

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

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


#dc495d Background Color

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

This div background color is #dc495d


#dc495d Border Color

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

This div border color is #dc495d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc495d


Comments

No comments written yet.

Please login to write comment.