Color Hex Logo

#da2aeb Color Hex

#DA2AEB
(218,42,235)
0 Favorites   0 Comments

Color spaces of #da2aeb

RGB 21842235
HSL0.820.830.54
HSV295°82°92°
CMYK 0.070.820.00   0.08
XYZ44.736822.559580.5938
Yxy22.55950.30250.1525
Hunter Lab47.496885.0079-67.3569
CIE-Lab54.615784.5587-59.1649

#da2aeb color RGB value is (218,42,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101010 11101011
Octal 332 52 353
Decimal 218 42 235
Hex DA 2A EB

RGB Percentages of Color #da2aeb

%44.04
%8.48
%47.47

CMYK Percentages of Color #da2aeb

%7
%82
%0
%8

Triadic Colors of #da2aeb

#da2aeb #ebda2a #2aebda

Analogous Colors of #da2aeb

#da2aeb #eb2a9c #7a2aeb

Monochromatic Colors of #da2aeb

#da2aeb

Complementary Color

#da2aeb #3beb2a

#da2aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da2aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da2aeb Color CSS Codes

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

#da2aeb Text Font Color

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

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


#da2aeb Background Color

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

This div background color is #da2aeb


#da2aeb Border Color

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

This div border color is #da2aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da2aeb


Comments

No comments written yet.

Please login to write comment.