Color Hex Logo

#da4ace Color Hex

#DA4ACE
(218,74,206)
0 Favorites   0 Comments

Color spaces of #da4ace

RGB 21874206
HSL0.850.660.57
HSV305°66°85°
CMYK 0.000.660.06   0.15
XYZ42.502824.259260.8349
Yxy24.25920.33310.1901
Hunter Lab49.253667.8405-38.7536
CIE-Lab56.346470.5139-39.9904

#da4ace color RGB value is (218,74,206).

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

The process color (four color CMYK) of #da4ace color hex is 0.00, 0.66, 0.06, 0.15. Web safe color of #da4ace is #cc33cc. Color #da4ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001010 11001110
Octal 332 112 316
Decimal 218 74 206
Hex DA 4A CE

RGB Percentages of Color #da4ace

%43.78
%14.86
%41.37

CMYK Percentages of Color #da4ace

%0
%66
%6
%15

Triadic Colors of #da4ace

#da4ace #ceda4a #4aceda

Analogous Colors of #da4ace

#da4ace #da4a86 #9e4ada

Monochromatic Colors of #da4ace

#da4ace

Complementary Color

#da4ace #4ada56

#da4ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4ace Color CSS Codes

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

#da4ace Text Font Color

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

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


#da4ace Background Color

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

This div background color is #da4ace


#da4ace Border Color

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

This div border color is #da4ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4ace


Comments

No comments written yet.

Please login to write comment.