Color Hex Logo

#da34aa Color Hex

#DA34AA
(218,52,170)
0 Favorites   0 Comments

Color spaces of #da34aa

RGB 21852170
HSL0.880.690.53
HSV317°76°85°
CMYK 0.000.760.22   0.15
XYZ37.397120.263739.9704
Yxy20.26370.38300.2076
Hunter Lab45.015269.5150-21.1348
CIE-Lab52.134172.7027-25.7318

#da34aa color RGB value is (218,52,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110100 10101010
Octal 332 64 252
Decimal 218 52 170
Hex DA 34 AA

RGB Percentages of Color #da34aa

%49.55
%11.82
%38.64

CMYK Percentages of Color #da34aa

%0
%76
%22
%15

Triadic Colors of #da34aa

#da34aa #aada34 #34aada

Analogous Colors of #da34aa

#da34aa #da3457 #b734da

Monochromatic Colors of #da34aa

#da34aa

Complementary Color

#da34aa #34da64

#da34aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da34aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#da34aa Color CSS Codes

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

#da34aa Text Font Color

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

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


#da34aa Background Color

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

This div background color is #da34aa


#da34aa Border Color

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

This div border color is #da34aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da34aa


Comments

No comments written yet.

Please login to write comment.