Color Hex Logo

#da2460 Color Hex

#DA2460
(218,36,96)
0 Favorites   0 Comments

Color spaces of #da2460

RGB 2183696
HSL0.950.720.50
HSV340°83°85°
CMYK 0.000.830.56   0.15
XYZ31.655617.011712.6815
Yxy17.01170.51600.2773
Hunter Lab41.245264.819010.6420
CIE-Lab48.274869.536713.1473

#da2460 color RGB value is (218,36,96).

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

The process color (four color CMYK) of #da2460 color hex is 0.00, 0.83, 0.56, 0.15. Web safe color of #da2460 is #cc3366. Color #da2460 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100100 01100000
Octal 332 44 140
Decimal 218 36 96
Hex DA 24 60

RGB Percentages of Color #da2460

%62.29
%10.29
%27.43

CMYK Percentages of Color #da2460

%0
%83
%56
%15

Triadic Colors of #da2460

#da2460 #60da24 #2460da

Analogous Colors of #da2460

#da2460 #da4324 #da24bb

Monochromatic Colors of #da2460

#da2460

Complementary Color

#da2460 #24da9e

#da2460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da2460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da2460 Color CSS Codes

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

#da2460 Text Font Color

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

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


#da2460 Background Color

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

This div background color is #da2460


#da2460 Border Color

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

This div border color is #da2460


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,36,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da2460


Comments

No comments written yet.

Please login to write comment.