Color Hex Logo

#da15eb Color Hex

#DA15EB
(218,21,235)
0 Favorites   0 Comments

Color spaces of #da15eb

RGB 21821235
HSL0.820.840.50
HSV295°91°92°
CMYK 0.070.910.00   0.08
XYZ44.177021.439980.4072
Yxy21.43990.30250.1468
Hunter Lab46.303289.2726-70.5469
CIE-Lab53.427688.0506-61.0736

#da15eb color RGB value is (218,21,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010101 11101011
Octal 332 25 353
Decimal 218 21 235
Hex DA 15 EB

RGB Percentages of Color #da15eb

%45.99
%4.43
%49.58

CMYK Percentages of Color #da15eb

%7
%91
%0
%8

Triadic Colors of #da15eb

#da15eb #ebda15 #15ebda

Analogous Colors of #da15eb

#da15eb #eb1591 #6f15eb

Monochromatic Colors of #da15eb

#da15eb

Complementary Color

#da15eb #26eb15

#da15eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da15eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da15eb Color CSS Codes

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

#da15eb Text Font Color

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

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


#da15eb Background Color

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

This div background color is #da15eb


#da15eb Border Color

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

This div border color is #da15eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da15eb


Comments

No comments written yet.

Please login to write comment.