Color Hex Logo

#da2eae Color Hex

#DA2EAE
(218,46,174)
0 Favorites   0 Comments

Color spaces of #da2eae

RGB 21846174
HSL0.880.700.52
HSV315°79°85°
CMYK 0.000.790.20   0.15
XYZ37.530419.915441.9104
Yxy19.91540.37770.2004
Hunter Lab44.626772.0193-24.4425
CIE-Lab51.741474.8299-28.6891

#da2eae color RGB value is (218,46,174).

#da2eae hex color red value is 218, green value is 46 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #da2eae hue: 0.88 , saturation: 0.70 and the lightness value of da2eae is 0.52.

The process color (four color CMYK) of #da2eae color hex is 0.00, 0.79, 0.20, 0.15. Web safe color of #da2eae is #cc3399. Color #da2eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101110 10101110
Octal 332 56 256
Decimal 218 46 174
Hex DA 2E AE

RGB Percentages of Color #da2eae

%49.77
%10.50
%39.73

CMYK Percentages of Color #da2eae

%0
%79
%20
%15

Triadic Colors of #da2eae

#da2eae #aeda2e #2eaeda

Analogous Colors of #da2eae

#da2eae #da2e58 #b02eda

Monochromatic Colors of #da2eae

#da2eae

Complementary Color

#da2eae #2eda5a

#da2eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da2eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#da2eae Color CSS Codes

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

#da2eae Text Font Color

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

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


#da2eae Background Color

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

This div background color is #da2eae


#da2eae Border Color

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

This div border color is #da2eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da2eae


Comments

No comments written yet.

Please login to write comment.