Color Hex Logo

#da2887 Color Hex

#DA2887
(218,40,135)
0 Favorites   0 Comments

Color spaces of #da2887

RGB 21840135
HSL0.910.710.51
HSV328°82°85°
CMYK 0.000.820.38   0.15
XYZ34.045418.172324.6349
Yxy18.17230.44300.2365
Hunter Lab42.629067.9573-4.4229
CIE-Lab49.704471.8853-8.5856

#da2887 color RGB value is (218,40,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101000 10000111
Octal 332 50 207
Decimal 218 40 135
Hex DA 28 87

RGB Percentages of Color #da2887

%55.47
%10.18
%34.35

CMYK Percentages of Color #da2887

%0
%82
%38
%15

Triadic Colors of #da2887

#da2887 #87da28 #2887da

Analogous Colors of #da2887

#da2887 #da282e #d428da

Monochromatic Colors of #da2887

#da2887

Complementary Color

#da2887 #28da7b

#da2887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da2887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da2887 Color CSS Codes

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

#da2887 Text Font Color

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

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


#da2887 Background Color

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

This div background color is #da2887


#da2887 Border Color

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

This div border color is #da2887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da2887


Comments

No comments written yet.

Please login to write comment.