Color Hex Logo

#da09ed Color Hex

#DA09ED
(218,9,237)
0 Favorites   0 Comments

Color spaces of #da09ed

RGB 2189237
HSL0.820.930.48
HSV295°96°93°
CMYK 0.080.960.00   0.07
XYZ44.297221.215281.8810
Yxy21.21520.30050.1439
Hunter Lab46.060091.0637-73.1581
CIE-Lab53.184289.4506-62.5910

#da09ed color RGB value is (218,9,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001001 11101101
Octal 332 11 355
Decimal 218 9 237
Hex DA 9 ED

RGB Percentages of Color #da09ed

%46.98
%1.94
%51.08

CMYK Percentages of Color #da09ed

%8
%96
%0
%7

Triadic Colors of #da09ed

#da09ed #edda09 #09edda

Analogous Colors of #da09ed

#da09ed #ed098e #6809ed

Monochromatic Colors of #da09ed

#da09ed

Complementary Color

#da09ed #1ced09

#da09ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da09ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#da09ed Color CSS Codes

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

#da09ed Text Font Color

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

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


#da09ed Background Color

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

This div background color is #da09ed


#da09ed Border Color

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

This div border color is #da09ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da09ed


Comments

No comments written yet.

Please login to write comment.