Color Hex Logo

#da11ed Color Hex

#DA11ED
(218,17,237)
0 Favorites   0 Comments

Color spaces of #da11ed

RGB 21817237
HSL0.820.870.50
HSV295°93°93°
CMYK 0.080.930.00   0.07
XYZ44.400021.420781.9152
Yxy21.42070.30050.1450
Hunter Lab46.282590.2453-72.5394
CIE-Lab53.406988.7905-62.2324

#da11ed color RGB value is (218,17,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010001 11101101
Octal 332 21 355
Decimal 218 17 237
Hex DA 11 ED

RGB Percentages of Color #da11ed

%46.19
%3.60
%50.21

CMYK Percentages of Color #da11ed

%8
%93
%0
%7

Triadic Colors of #da11ed

#da11ed #edda11 #11edda

Analogous Colors of #da11ed

#da11ed #ed1192 #6c11ed

Monochromatic Colors of #da11ed

#da11ed

Complementary Color

#da11ed #24ed11

#da11ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da11ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#da11ed Color CSS Codes

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

#da11ed Text Font Color

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

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


#da11ed Background Color

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

This div background color is #da11ed


#da11ed Border Color

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

This div border color is #da11ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da11ed


Comments

No comments written yet.

Please login to write comment.