Color Hex Logo

#da28eb Color Hex

#DA28EB
(218,40,235)
0 Favorites   0 Comments

Color spaces of #da28eb

RGB 21840235
HSL0.820.830.54
HSV295°83°92°
CMYK 0.070.830.00   0.08
XYZ44.667622.421280.5707
Yxy22.42120.30250.1518
Hunter Lab47.351085.5199-67.7399
CIE-Lab54.471184.9813-59.3969

#da28eb color RGB value is (218,40,235).

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

The process color (four color CMYK) of #da28eb color hex is 0.07, 0.83, 0.00, 0.08. Web safe color of #da28eb is #cc33ff. Color #da28eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101000 11101011
Octal 332 50 353
Decimal 218 40 235
Hex DA 28 EB

RGB Percentages of Color #da28eb

%44.22
%8.11
%47.67

CMYK Percentages of Color #da28eb

%7
%83
%0
%8

Triadic Colors of #da28eb

#da28eb #ebda28 #28ebda

Analogous Colors of #da28eb

#da28eb #eb289b #7928eb

Monochromatic Colors of #da28eb

#da28eb

Complementary Color

#da28eb #39eb28

#da28eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da28eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da28eb Color CSS Codes

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

#da28eb Text Font Color

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

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


#da28eb Background Color

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

This div background color is #da28eb


#da28eb Border Color

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

This div border color is #da28eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da28eb


Comments

No comments written yet.

Please login to write comment.