Color Hex Logo

#da62ac Color Hex

#DA62AC
(218,98,172)
0 Favorites   0 Comments

Color spaces of #da62ac

RGB 21898172
HSL0.900.620.62
HSV323°55°85°
CMYK 0.000.550.21   0.15
XYZ40.727526.619342.0212
Yxy26.61930.37240.2434
Hunter Lab51.593950.6161-12.1736
CIE-Lab58.620355.3132-16.9571

#da62ac color RGB value is (218,98,172).

#da62ac hex color red value is 218, green value is 98 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #da62ac hue: 0.90 , saturation: 0.62 and the lightness value of da62ac is 0.62.

The process color (four color CMYK) of #da62ac color hex is 0.00, 0.55, 0.21, 0.15. Web safe color of #da62ac is #cc6699. Color #da62ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100010 10101100
Octal 332 142 254
Decimal 218 98 172
Hex DA 62 AC

RGB Percentages of Color #da62ac

%44.67
%20.08
%35.25

CMYK Percentages of Color #da62ac

%0
%55
%21
%15

Triadic Colors of #da62ac

#da62ac #acda62 #62acda

Analogous Colors of #da62ac

#da62ac #da6270 #cc62da

Monochromatic Colors of #da62ac

#da62ac

Complementary Color

#da62ac #62da90

#da62ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da62ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#da62ac Color CSS Codes

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

#da62ac Text Font Color

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

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


#da62ac Background Color

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

This div background color is #da62ac


#da62ac Border Color

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

This div border color is #da62ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da62ac


Comments

No comments written yet.

Please login to write comment.