Color Hex Logo

#da229f Color Hex

#DA229F
(218,34,159)
0 Favorites   0 Comments

Color spaces of #da229f

RGB 21834159
HSL0.890.730.49
HSV319°84°85°
CMYK 0.000.840.27   0.15
XYZ35.743518.552734.4980
Yxy18.55270.40250.2089
Hunter Lab43.072872.7487-17.3357
CIE-Lab50.159775.7310-22.2772

#da229f color RGB value is (218,34,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100010 10011111
Octal 332 42 237
Decimal 218 34 159
Hex DA 22 9F

RGB Percentages of Color #da229f

%53.04
%8.27
%38.69

CMYK Percentages of Color #da229f

%0
%84
%27
%15

Triadic Colors of #da229f

#da229f #9fda22 #229fda

Analogous Colors of #da229f

#da229f #da2243 #b922da

Monochromatic Colors of #da229f

#da229f

Complementary Color

#da229f #22da5d

#da229f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da229f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da229f Color CSS Codes

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

#da229f Text Font Color

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

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


#da229f Background Color

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

This div background color is #da229f


#da229f Border Color

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

This div border color is #da229f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da229f


Comments

No comments written yet.

Please login to write comment.