Color Hex Logo

#da2487 Color Hex

#DA2487
(218,36,135)
0 Favorites   0 Comments

Color spaces of #da2487

RGB 21836135
HSL0.910.720.50
HSV327°83°85°
CMYK 0.000.830.38   0.15
XYZ33.917517.916424.5922
Yxy17.91640.44380.2344
Hunter Lab42.327868.9595-4.8177
CIE-Lab49.394672.7757-9.0494

#da2487 color RGB value is (218,36,135).

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

The process color (four color CMYK) of #da2487 color hex is 0.00, 0.83, 0.38, 0.15. Web safe color of #da2487 is #cc3399. Color #da2487 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100100 10000111
Octal 332 44 207
Decimal 218 36 135
Hex DA 24 87

RGB Percentages of Color #da2487

%56.04
%9.25
%34.70

CMYK Percentages of Color #da2487

%0
%83
%38
%15

Triadic Colors of #da2487

#da2487 #87da24 #2487da

Analogous Colors of #da2487

#da2487 #da242c #d224da

Monochromatic Colors of #da2487

#da2487

Complementary Color

#da2487 #24da77

#da2487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da2487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da2487 Color CSS Codes

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

#da2487 Text Font Color

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

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


#da2487 Background Color

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

This div background color is #da2487


#da2487 Border Color

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

This div border color is #da2487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da2487


Comments

No comments written yet.

Please login to write comment.