Color Hex Logo

#da63ae Color Hex

#DA63AE
(218,99,174)
0 Favorites   0 Comments

Color spaces of #da63ae

RGB 21899174
HSL0.890.620.62
HSV322°55°85°
CMYK 0.000.550.20   0.15
XYZ41.015326.885143.0720
Yxy26.88510.36960.2423
Hunter Lab51.850850.4589-12.9560
CIE-Lab58.867855.1320-17.7341

#da63ae color RGB value is (218,99,174).

#da63ae hex color red value is 218, green value is 99 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #da63ae hue: 0.89 , saturation: 0.62 and the lightness value of da63ae is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100011 10101110
Octal 332 143 256
Decimal 218 99 174
Hex DA 63 AE

RGB Percentages of Color #da63ae

%44.40
%20.16
%35.44

CMYK Percentages of Color #da63ae

%0
%55
%20
%15

Triadic Colors of #da63ae

#da63ae #aeda63 #63aeda

Analogous Colors of #da63ae

#da63ae #da6373 #cb63da

Monochromatic Colors of #da63ae

#da63ae

Complementary Color

#da63ae #63da8f

#da63ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da63ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#da63ae Color CSS Codes

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

#da63ae Text Font Color

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

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


#da63ae Background Color

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

This div background color is #da63ae


#da63ae Border Color

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

This div border color is #da63ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da63ae


Comments

No comments written yet.

Please login to write comment.