Color Hex Logo

#da32ae Color Hex

#DA32AE
(218,50,174)
0 Favorites   0 Comments

Color spaces of #da32ae

RGB 21850174
HSL0.880.690.53
HSV316°77°85°
CMYK 0.000.770.20   0.15
XYZ37.694020.242641.9649
Yxy20.24260.37730.2026
Hunter Lab44.991870.8113-23.8069
CIE-Lab52.110473.7717-28.1160

#da32ae color RGB value is (218,50,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110010 10101110
Octal 332 62 256
Decimal 218 50 174
Hex DA 32 AE

RGB Percentages of Color #da32ae

%49.32
%11.31
%39.37

CMYK Percentages of Color #da32ae

%0
%77
%20
%15

Triadic Colors of #da32ae

#da32ae #aeda32 #32aeda

Analogous Colors of #da32ae

#da32ae #da325a #b232da

Monochromatic Colors of #da32ae

#da32ae

Complementary Color

#da32ae #32da5e

#da32ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da32ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#da32ae Color CSS Codes

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

#da32ae Text Font Color

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

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


#da32ae Background Color

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

This div background color is #da32ae


#da32ae Border Color

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

This div border color is #da32ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da32ae


Comments

No comments written yet.

Please login to write comment.