Color Hex Logo

#dc2a55 Color Hex

#DC2A55
(220,42,85)
0 Favorites   0 Comments

Color spaces of #dc2a55

RGB 2204285
HSL0.960.720.51
HSV346°81°86°
CMYK 0.000.810.61   0.14
XYZ31.982917.527410.2918
Yxy17.52740.53480.2931
Hunter Lab41.865763.098214.7308
CIE-Lab48.917867.955420.8226

#dc2a55 color RGB value is (220,42,85).

#dc2a55 hex color red value is 220, green value is 42 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #dc2a55 hue: 0.96 , saturation: 0.72 and the lightness value of dc2a55 is 0.51.

The process color (four color CMYK) of #dc2a55 color hex is 0.00, 0.81, 0.61, 0.14. Web safe color of #dc2a55 is #cc3366. Color #dc2a55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00101010 01010101
Octal 334 52 125
Decimal 220 42 85
Hex DC 2A 55

RGB Percentages of Color #dc2a55

%63.40
%12.10
%24.50

CMYK Percentages of Color #dc2a55

%0
%81
%61
%14

Triadic Colors of #dc2a55

#dc2a55 #55dc2a #2a55dc

Analogous Colors of #dc2a55

#dc2a55 #dc582a #dc2aae

Monochromatic Colors of #dc2a55

#dc2a55

Complementary Color

#dc2a55 #2adcb1

#dc2a55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc2a55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc2a55 Color CSS Codes

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

#dc2a55 Text Font Color

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

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


#dc2a55 Background Color

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

This div background color is #dc2a55


#dc2a55 Border Color

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

This div border color is #dc2a55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc2a55


Comments

No comments written yet.

Please login to write comment.