Color Hex Logo

#da63ab Color Hex

#DA63AB
(218,99,171)
0 Favorites   0 Comments

Color spaces of #da63ab

RGB 21899171
HSL0.900.620.62
HSV324°55°85°
CMYK 0.000.550.22   0.15
XYZ40.726026.769441.5486
Yxy26.76940.37350.2455
Hunter Lab51.739249.9611-11.3948
CIE-Lab58.760354.7052-16.1678

#da63ab color RGB value is (218,99,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100011 10101011
Octal 332 143 253
Decimal 218 99 171
Hex DA 63 AB

RGB Percentages of Color #da63ab

%44.67
%20.29
%35.04

CMYK Percentages of Color #da63ab

%0
%55
%22
%15

Triadic Colors of #da63ab

#da63ab #abda63 #63abda

Analogous Colors of #da63ab

#da63ab #da6370 #ce63da

Monochromatic Colors of #da63ab

#da63ab

Complementary Color

#da63ab #63da92

#da63ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da63ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#da63ab Color CSS Codes

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

#da63ab Text Font Color

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

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


#da63ab Background Color

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

This div background color is #da63ab


#da63ab Border Color

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

This div border color is #da63ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da63ab


Comments

No comments written yet.

Please login to write comment.