Color Hex Logo

#da32aa Color Hex

#DA32AA
(218,50,170)
0 Favorites   0 Comments

Color spaces of #da32aa

RGB 21850170
HSL0.880.690.53
HSV317°77°85°
CMYK 0.000.770.22   0.15
XYZ37.309720.088939.9413
Yxy20.08890.38330.2064
Hunter Lab44.820670.1512-21.4610
CIE-Lab51.937673.2640-26.0358

#da32aa color RGB value is (218,50,170).

#da32aa hex color red value is 218, green value is 50 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #da32aa hue: 0.88 , saturation: 0.69 and the lightness value of da32aa is 0.53.

The process color (four color CMYK) of #da32aa color hex is 0.00, 0.77, 0.22, 0.15. Web safe color of #da32aa is #cc3399. Color #da32aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110010 10101010
Octal 332 62 252
Decimal 218 50 170
Hex DA 32 AA

RGB Percentages of Color #da32aa

%49.77
%11.42
%38.81

CMYK Percentages of Color #da32aa

%0
%77
%22
%15

Triadic Colors of #da32aa

#da32aa #aada32 #32aada

Analogous Colors of #da32aa

#da32aa #da3256 #b632da

Monochromatic Colors of #da32aa

#da32aa

Complementary Color

#da32aa #32da62

#da32aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da32aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#da32aa Color CSS Codes

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

#da32aa Text Font Color

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

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


#da32aa Background Color

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

This div background color is #da32aa


#da32aa Border Color

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

This div border color is #da32aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da32aa


Comments

No comments written yet.

Please login to write comment.