Color Hex Logo

#dc415a Color Hex

#DC415A
(220,65,90)
0 Favorites   0 Comments

Color spaces of #dc415a

RGB 2206590
HSL0.970.690.56
HSV350°70°86°
CMYK 0.000.700.59   0.14
XYZ33.251019.734411.7295
Yxy19.73440.51380.3049
Hunter Lab44.423455.866615.4415
CIE-Lab51.535661.208721.2773

#dc415a color RGB value is (220,65,90).

#dc415a hex color red value is 220, green value is 65 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #dc415a hue: 0.97 , saturation: 0.69 and the lightness value of dc415a is 0.56.

The process color (four color CMYK) of #dc415a color hex is 0.00, 0.70, 0.59, 0.14. Web safe color of #dc415a is #cc3366. Color #dc415a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000001 01011010
Octal 334 101 132
Decimal 220 65 90
Hex DC 41 5A

RGB Percentages of Color #dc415a

%58.67
%17.33
%24.00

CMYK Percentages of Color #dc415a

%0
%70
%59
%14

Triadic Colors of #dc415a

#dc415a #5adc41 #415adc

Analogous Colors of #dc415a

#dc415a #dc7641 #dc41a8

Monochromatic Colors of #dc415a

#dc415a

Complementary Color

#dc415a #41dcc3

#dc415a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc415a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc415a Color CSS Codes

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

#dc415a Text Font Color

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

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


#dc415a Background Color

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

This div background color is #dc415a


#dc415a Border Color

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

This div border color is #dc415a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc415a


Comments

No comments written yet.

Please login to write comment.