Color Hex Logo

#da2289 Color Hex

#DA2289
(218,34,137)
0 Favorites   0 Comments

Color spaces of #da2289

RGB 21834137
HSL0.910.730.49
HSV326°84°85°
CMYK 0.000.840.37   0.15
XYZ34.000817.855625.3213
Yxy17.85560.44060.2314
Hunter Lab42.255969.6805-5.9497
CIE-Lab49.320573.3850-10.3691

#da2289 color RGB value is (218,34,137).

#da2289 hex color red value is 218, green value is 34 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #da2289 hue: 0.91 , saturation: 0.73 and the lightness value of da2289 is 0.49.

The process color (four color CMYK) of #da2289 color hex is 0.00, 0.84, 0.37, 0.15. Web safe color of #da2289 is #cc3399. Color #da2289 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100010 10001001
Octal 332 42 211
Decimal 218 34 137
Hex DA 22 89

RGB Percentages of Color #da2289

%56.04
%8.74
%35.22

CMYK Percentages of Color #da2289

%0
%84
%37
%15

Triadic Colors of #da2289

#da2289 #89da22 #2289da

Analogous Colors of #da2289

#da2289 #da222d #cf22da

Monochromatic Colors of #da2289

#da2289

Complementary Color

#da2289 #22da73

#da2289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da2289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da2289 Color CSS Codes

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

#da2289 Text Font Color

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

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


#da2289 Background Color

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

This div background color is #da2289


#da2289 Border Color

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

This div border color is #da2289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da2289


Comments

No comments written yet.

Please login to write comment.