Color Hex Logo

#da32ac Color Hex

#DA32AC
(218,50,172)
0 Favorites   0 Comments

Color spaces of #da32ac

RGB 21850172
HSL0.880.690.53
HSV316°77°85°
CMYK 0.000.770.21   0.15
XYZ37.500420.165240.9455
Yxy20.16520.38030.2045
Hunter Lab44.905770.4791-22.6273
CIE-Lab52.023573.5164-27.0776

#da32ac color RGB value is (218,50,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110010 10101100
Octal 332 62 254
Decimal 218 50 172
Hex DA 32 AC

RGB Percentages of Color #da32ac

%49.55
%11.36
%39.09

CMYK Percentages of Color #da32ac

%0
%77
%21
%15

Triadic Colors of #da32ac

#da32ac #acda32 #32acda

Analogous Colors of #da32ac

#da32ac #da3258 #b432da

Monochromatic Colors of #da32ac

#da32ac

Complementary Color

#da32ac #32da60

#da32ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da32ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#da32ac Color CSS Codes

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

#da32ac Text Font Color

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

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


#da32ac Background Color

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

This div background color is #da32ac


#da32ac Border Color

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

This div border color is #da32ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da32ac


Comments

No comments written yet.

Please login to write comment.