Color Hex Logo

#da0aed Color Hex

#DA0AED
(218,10,237)
0 Favorites   0 Comments

Color spaces of #da0aed

RGB 21810237
HSL0.820.920.48
HSV295°96°93°
CMYK 0.080.960.00   0.07
XYZ44.308021.236981.8846
Yxy21.23690.30050.1440
Hunter Lab46.083590.9766-73.0924
CIE-Lab53.207889.3805-62.5530

#da0aed color RGB value is (218,10,237).

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

The process color (four color CMYK) of #da0aed color hex is 0.08, 0.96, 0.00, 0.07. Web safe color of #da0aed is #cc00ff. Color #da0aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001010 11101101
Octal 332 12 355
Decimal 218 10 237
Hex DA A ED

RGB Percentages of Color #da0aed

%46.88
%2.15
%50.97

CMYK Percentages of Color #da0aed

%8
%96
%0
%7

Triadic Colors of #da0aed

#da0aed #edda0a #0aedda

Analogous Colors of #da0aed

#da0aed #ed0a8f #690aed

Monochromatic Colors of #da0aed

#da0aed

Complementary Color

#da0aed #1ded0a

#da0aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da0aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#da0aed Color CSS Codes

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

#da0aed Text Font Color

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

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


#da0aed Background Color

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

This div background color is #da0aed


#da0aed Border Color

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

This div border color is #da0aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da0aed


Comments

No comments written yet.

Please login to write comment.