Color Hex Logo

#da2aed Color Hex

#DA2AED
(218,42,237)
0 Favorites   0 Comments

Color spaces of #da2aed

RGB 21842237
HSL0.820.840.55
HSV294°82°93°
CMYK 0.080.820.00   0.07
XYZ45.027522.675882.1244
Yxy22.67580.30050.1513
Hunter Lab47.619185.4519-68.9187
CIE-Lab54.736884.8772-60.0942

#da2aed color RGB value is (218,42,237).

#da2aed hex color red value is 218, green value is 42 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #da2aed hue: 0.82 , saturation: 0.84 and the lightness value of da2aed is 0.55.

The process color (four color CMYK) of #da2aed color hex is 0.08, 0.82, 0.00, 0.07. Web safe color of #da2aed is #cc33ff. Color #da2aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101010 11101101
Octal 332 52 355
Decimal 218 42 237
Hex DA 2A ED

RGB Percentages of Color #da2aed

%43.86
%8.45
%47.69

CMYK Percentages of Color #da2aed

%8
%82
%0
%7

Triadic Colors of #da2aed

#da2aed #edda2a #2aedda

Analogous Colors of #da2aed

#da2aed #ed2a9f #792aed

Monochromatic Colors of #da2aed

#da2aed

Complementary Color

#da2aed #3ded2a

#da2aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da2aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#da2aed Color CSS Codes

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

#da2aed Text Font Color

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

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


#da2aed Background Color

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

This div background color is #da2aed


#da2aed Border Color

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

This div border color is #da2aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da2aed


Comments

No comments written yet.

Please login to write comment.