Color Hex Logo

#da55ea Color Hex

#DA55EA
(218,85,234)
0 Favorites   0 Comments

Color spaces of #da55ea

RGB 21885234
HSL0.820.780.63
HSV294°64°92°
CMYK 0.070.640.00   0.08
XYZ47.013227.342980.6417
Yxy27.34290.30330.1764
Hunter Lab52.290468.9772-54.8330
CIE-Lab59.290470.8972-51.1409

#da55ea color RGB value is (218,85,234).

#da55ea hex color red value is 218, green value is 85 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #da55ea hue: 0.82 , saturation: 0.78 and the lightness value of da55ea is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010101 11101010
Octal 332 125 352
Decimal 218 85 234
Hex DA 55 EA

RGB Percentages of Color #da55ea

%40.60
%15.83
%43.58

CMYK Percentages of Color #da55ea

%7
%64
%0
%8

Triadic Colors of #da55ea

#da55ea #eada55 #55eada

Analogous Colors of #da55ea

#da55ea #ea55b0 #9055ea

Monochromatic Colors of #da55ea

#da55ea

Complementary Color

#da55ea #65ea55

#da55ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da55ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#da55ea Color CSS Codes

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

#da55ea Text Font Color

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

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


#da55ea Background Color

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

This div background color is #da55ea


#da55ea Border Color

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

This div border color is #da55ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da55ea


Comments

No comments written yet.

Please login to write comment.