Color Hex Logo

#da6cae Color Hex

#DA6CAE
(218,108,174)
0 Favorites   0 Comments

Color spaces of #da6cae

RGB 218108174
HSL0.900.600.64
HSV324°50°85°
CMYK 0.000.500.20   0.15
XYZ41.916028.686543.3722
Yxy28.68650.36780.2517
Hunter Lab53.559845.9649-10.5206
CIE-Lab60.503950.8256-15.2535

#da6cae color RGB value is (218,108,174).

#da6cae hex color red value is 218, green value is 108 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #da6cae hue: 0.90 , saturation: 0.60 and the lightness value of da6cae is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101100 10101110
Octal 332 154 256
Decimal 218 108 174
Hex DA 6C AE

RGB Percentages of Color #da6cae

%43.60
%21.60
%34.80

CMYK Percentages of Color #da6cae

%0
%50
%20
%15

Triadic Colors of #da6cae

#da6cae #aeda6c #6caeda

Analogous Colors of #da6cae

#da6cae #da6c77 #cf6cda

Monochromatic Colors of #da6cae

#da6cae

Complementary Color

#da6cae #6cda98

#da6cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6cae Color CSS Codes

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

#da6cae Text Font Color

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

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


#da6cae Background Color

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

This div background color is #da6cae


#da6cae Border Color

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

This div border color is #da6cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6cae


Comments

No comments written yet.

Please login to write comment.