Color Hex Logo

#da51ab Color Hex

#DA51AB
(218,81,171)
0 Favorites   0 Comments

Color spaces of #da51ab

RGB 21881171
HSL0.890.650.59
HSV321°63°85°
CMYK 0.000.630.22   0.15
XYZ39.206623.730641.0421
Yxy23.73060.37710.2282
Hunter Lab48.714158.4128-15.8526
CIE-Lab55.817162.6442-20.6504

#da51ab color RGB value is (218,81,171).

#da51ab hex color red value is 218, green value is 81 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #da51ab hue: 0.89 , saturation: 0.65 and the lightness value of da51ab is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010001 10101011
Octal 332 121 253
Decimal 218 81 171
Hex DA 51 AB

RGB Percentages of Color #da51ab

%46.38
%17.23
%36.38

CMYK Percentages of Color #da51ab

%0
%63
%22
%15

Triadic Colors of #da51ab

#da51ab #abda51 #51abda

Analogous Colors of #da51ab

#da51ab #da5167 #c551da

Monochromatic Colors of #da51ab

#da51ab

Complementary Color

#da51ab #51da80

#da51ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da51ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#da51ab Color CSS Codes

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

#da51ab Text Font Color

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

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


#da51ab Background Color

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

This div background color is #da51ab


#da51ab Border Color

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

This div border color is #da51ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da51ab


Comments

No comments written yet.

Please login to write comment.