Color Hex Logo

#da249a Color Hex

#DA249A
(218,36,154)
0 Favorites   0 Comments

Color spaces of #da249a

RGB 21836154
HSL0.890.720.50
HSV321°83°85°
CMYK 0.000.830.29   0.15
XYZ35.377118.500332.2782
Yxy18.50030.41060.2147
Hunter Lab43.012071.5443-14.3856
CIE-Lab50.097474.7623-19.3952

#da249a color RGB value is (218,36,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100100 10011010
Octal 332 44 232
Decimal 218 36 154
Hex DA 24 9A

RGB Percentages of Color #da249a

%53.43
%8.82
%37.75

CMYK Percentages of Color #da249a

%0
%83
%29
%15

Triadic Colors of #da249a

#da249a #9ada24 #249ada

Analogous Colors of #da249a

#da249a #da243f #bf24da

Monochromatic Colors of #da249a

#da249a

Complementary Color

#da249a #24da64

#da249a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da249a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da249a Color CSS Codes

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

#da249a Text Font Color

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

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


#da249a Background Color

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

This div background color is #da249a


#da249a Border Color

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

This div border color is #da249a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da249a


Comments

No comments written yet.

Please login to write comment.