Color Hex Logo

#da58ea Color Hex

#DA58EA
(218,88,234)
0 Favorites   0 Comments

Color spaces of #da58ea

RGB 21888234
HSL0.820.780.63
HSV293°62°92°
CMYK 0.070.620.00   0.08
XYZ47.254427.825480.7222
Yxy27.82540.30330.1786
Hunter Lab52.749867.5920-53.8057
CIE-Lab59.730769.6745-50.4420

#da58ea color RGB value is (218,88,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011000 11101010
Octal 332 130 352
Decimal 218 88 234
Hex DA 58 EA

RGB Percentages of Color #da58ea

%40.37
%16.30
%43.33

CMYK Percentages of Color #da58ea

%7
%62
%0
%8

Triadic Colors of #da58ea

#da58ea #eada58 #58eada

Analogous Colors of #da58ea

#da58ea #ea58b1 #9158ea

Monochromatic Colors of #da58ea

#da58ea

Complementary Color

#da58ea #68ea58

#da58ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da58ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#da58ea Color CSS Codes

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

#da58ea Text Font Color

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

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


#da58ea Background Color

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

This div background color is #da58ea


#da58ea Border Color

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

This div border color is #da58ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da58ea


Comments

No comments written yet.

Please login to write comment.