Color Hex Logo

#da5cae Color Hex

#DA5CAE
(218,92,174)
0 Favorites   0 Comments

Color spaces of #da5cae

RGB 21892174
HSL0.890.630.61
HSV321°58°85°
CMYK 0.000.580.20   0.15
XYZ40.380625.615742.8604
Yxy25.61570.37100.2353
Hunter Lab50.612053.8448-14.7810
CIE-Lab57.670558.3340-19.5577

#da5cae color RGB value is (218,92,174).

#da5cae hex color red value is 218, green value is 92 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #da5cae hue: 0.89 , saturation: 0.63 and the lightness value of da5cae is 0.61.

The process color (four color CMYK) of #da5cae color hex is 0.00, 0.58, 0.20, 0.15. Web safe color of #da5cae is #cc6699. Color #da5cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011100 10101110
Octal 332 134 256
Decimal 218 92 174
Hex DA 5C AE

RGB Percentages of Color #da5cae

%45.04
%19.01
%35.95

CMYK Percentages of Color #da5cae

%0
%58
%20
%15

Triadic Colors of #da5cae

#da5cae #aeda5c #5caeda

Analogous Colors of #da5cae

#da5cae #da5c6f #c75cda

Monochromatic Colors of #da5cae

#da5cae

Complementary Color

#da5cae #5cda88

#da5cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5cae Color CSS Codes

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

#da5cae Text Font Color

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

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


#da5cae Background Color

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

This div background color is #da5cae


#da5cae Border Color

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

This div border color is #da5cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5cae


Comments

No comments written yet.

Please login to write comment.