Color Hex Logo

#da5abf Color Hex

#DA5ABF
(218,90,191)
0 Favorites   0 Comments

Color spaces of #da5abf

RGB 21890191
HSL0.870.630.60
HSV313°59°85°
CMYK 0.000.590.12   0.15
XYZ41.973625.979352.0925
Yxy25.97930.34960.2164
Hunter Lab50.969957.7971-24.9169
CIE-Lab58.017461.7177-28.8072

#da5abf color RGB value is (218,90,191).

#da5abf hex color red value is 218, green value is 90 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #da5abf hue: 0.87 , saturation: 0.63 and the lightness value of da5abf is 0.60.

The process color (four color CMYK) of #da5abf color hex is 0.00, 0.59, 0.12, 0.15. Web safe color of #da5abf is #cc66cc. Color #da5abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011010 10111111
Octal 332 132 277
Decimal 218 90 191
Hex DA 5A BF

RGB Percentages of Color #da5abf

%43.69
%18.04
%38.28

CMYK Percentages of Color #da5abf

%0
%59
%12
%15

Triadic Colors of #da5abf

#da5abf #bfda5a #5abfda

Analogous Colors of #da5abf

#da5abf #da5a7f #b55ada

Monochromatic Colors of #da5abf

#da5abf

Complementary Color

#da5abf #5ada75

#da5abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5abf Color CSS Codes

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

#da5abf Text Font Color

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

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


#da5abf Background Color

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

This div background color is #da5abf


#da5abf Border Color

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

This div border color is #da5abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5abf


Comments

No comments written yet.

Please login to write comment.