Color Hex Logo

#da54ab Color Hex

#DA54AB
(218,84,171)
0 Favorites   0 Comments

Color spaces of #da54ab

RGB 21884171
HSL0.890.640.59
HSV321°61°85°
CMYK 0.000.610.22   0.15
XYZ39.434524.186341.1181
Yxy24.18630.37650.2309
Hunter Lab49.179657.0655-15.1455
CIE-Lab56.273861.3951-19.9520

#da54ab color RGB value is (218,84,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010100 10101011
Octal 332 124 253
Decimal 218 84 171
Hex DA 54 AB

RGB Percentages of Color #da54ab

%46.09
%17.76
%36.15

CMYK Percentages of Color #da54ab

%0
%61
%22
%15

Triadic Colors of #da54ab

#da54ab #abda54 #54abda

Analogous Colors of #da54ab

#da54ab #da5468 #c654da

Monochromatic Colors of #da54ab

#da54ab

Complementary Color

#da54ab #54da83

#da54ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da54ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#da54ab Color CSS Codes

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

#da54ab Text Font Color

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

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


#da54ab Background Color

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

This div background color is #da54ab


#da54ab Border Color

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

This div border color is #da54ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da54ab


Comments

No comments written yet.

Please login to write comment.