Color Hex Logo

#dc245d Color Hex

#DC245D
(220,36,93)
0 Favorites   0 Comments

Color spaces of #dc245d

RGB 2203693
HSL0.950.720.50
HSV341°84°86°
CMYK 0.000.840.58   0.14
XYZ32.121917.267711.9959
Yxy17.26770.52330.2813
Hunter Lab41.554465.261711.9723
CIE-Lab48.595669.847315.4933

#dc245d color RGB value is (220,36,93).

#dc245d hex color red value is 220, green value is 36 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #dc245d hue: 0.95 , saturation: 0.72 and the lightness value of dc245d is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100100 01011101
Octal 334 44 135
Decimal 220 36 93
Hex DC 24 5D

RGB Percentages of Color #dc245d

%63.04
%10.32
%26.65

CMYK Percentages of Color #dc245d

%0
%84
%58
%14

Triadic Colors of #dc245d

#dc245d #5ddc24 #245ddc

Analogous Colors of #dc245d

#dc245d #dc4724 #dc24b9

Monochromatic Colors of #dc245d

#dc245d

Complementary Color

#dc245d #24dca3

#dc245d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc245d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc245d Color CSS Codes

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

#dc245d Text Font Color

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

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


#dc245d Background Color

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

This div background color is #dc245d


#dc245d Border Color

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

This div border color is #dc245d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc245d


Comments

No comments written yet.

Please login to write comment.