Color Hex Logo

#da2c9a Color Hex

#DA2C9A
(218,44,154)
0 Favorites   0 Comments

Color spaces of #da2c9a

RGB 21844154
HSL0.890.700.51
HSV322°80°85°
CMYK 0.000.800.29   0.15
XYZ35.646919.039932.3681
Yxy19.03990.40950.2187
Hunter Lab43.634769.4628-13.4368
CIE-Lab50.733972.9309-18.4215

#da2c9a color RGB value is (218,44,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101100 10011010
Octal 332 54 232
Decimal 218 44 154
Hex DA 2C 9A

RGB Percentages of Color #da2c9a

%52.40
%10.58
%37.02

CMYK Percentages of Color #da2c9a

%0
%80
%29
%15

Triadic Colors of #da2c9a

#da2c9a #9ada2c #2c9ada

Analogous Colors of #da2c9a

#da2c9a #da2c43 #c32cda

Monochromatic Colors of #da2c9a

#da2c9a

Complementary Color

#da2c9a #2cda6c

#da2c9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da2c9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da2c9a Color CSS Codes

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

#da2c9a Text Font Color

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

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


#da2c9a Background Color

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

This div background color is #da2c9a


#da2c9a Border Color

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

This div border color is #da2c9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da2c9a


Comments

No comments written yet.

Please login to write comment.