Color Hex Logo

#da5ace Color Hex

#DA5ACE
(218,90,206)
0 Favorites   0 Comments

Color spaces of #da5ace

RGB 21890206
HSL0.850.630.60
HSV306°59°85°
CMYK 0.000.590.06   0.15
XYZ43.710226.674061.2373
Yxy26.67400.33210.2027
Hunter Lab51.646960.6875-34.1469
CIE-Lab58.671464.0792-36.3442

#da5ace color RGB value is (218,90,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011010 11001110
Octal 332 132 316
Decimal 218 90 206
Hex DA 5A CE

RGB Percentages of Color #da5ace

%42.41
%17.51
%40.08

CMYK Percentages of Color #da5ace

%0
%59
%6
%15

Triadic Colors of #da5ace

#da5ace #ceda5a #5aceda

Analogous Colors of #da5ace

#da5ace #da5a8e #a65ada

Monochromatic Colors of #da5ace

#da5ace

Complementary Color

#da5ace #5ada66

#da5ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5ace Color CSS Codes

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

#da5ace Text Font Color

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

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


#da5ace Background Color

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

This div background color is #da5ace


#da5ace Border Color

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

This div border color is #da5ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5ace


Comments

No comments written yet.

Please login to write comment.