Color Hex Logo

#da61ed Color Hex

#DA61ED
(218,97,237)
0 Favorites   0 Comments

Color spaces of #da61ed

RGB 21897237
HSL0.810.800.65
HSV292°59°93°
CMYK 0.080.590.00   0.07
XYZ48.474229.569283.2733
Yxy29.56920.30050.1833
Hunter Lab54.377663.9608-52.7319
CIE-Lab61.280766.3726-49.6566

#da61ed color RGB value is (218,97,237).

#da61ed hex color red value is 218, green value is 97 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #da61ed hue: 0.81 , saturation: 0.80 and the lightness value of da61ed is 0.65.

The process color (four color CMYK) of #da61ed color hex is 0.08, 0.59, 0.00, 0.07. Web safe color of #da61ed is #cc66ff. Color #da61ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100001 11101101
Octal 332 141 355
Decimal 218 97 237
Hex DA 61 ED

RGB Percentages of Color #da61ed

%39.49
%17.57
%42.93

CMYK Percentages of Color #da61ed

%8
%59
%0
%7

Triadic Colors of #da61ed

#da61ed #edda61 #61edda

Analogous Colors of #da61ed

#da61ed #ed61ba #9461ed

Monochromatic Colors of #da61ed

#da61ed

Complementary Color

#da61ed #74ed61

#da61ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da61ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#da61ed Color CSS Codes

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

#da61ed Text Font Color

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

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


#da61ed Background Color

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

This div background color is #da61ed


#da61ed Border Color

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

This div border color is #da61ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da61ed


Comments

No comments written yet.

Please login to write comment.