Color Hex Logo

#da53ea Color Hex

#DA53EA
(218,83,234)
0 Favorites   0 Comments

Color spaces of #da53ea

RGB 21883234
HSL0.820.780.62
HSV294°65°92°
CMYK 0.070.650.00   0.08
XYZ46.858027.032580.5900
Yxy27.03250.30330.1750
Hunter Lab51.992869.8840-55.5059
CIE-Lab59.004471.6943-51.5953

#da53ea color RGB value is (218,83,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010011 11101010
Octal 332 123 352
Decimal 218 83 234
Hex DA 53 EA

RGB Percentages of Color #da53ea

%40.75
%15.51
%43.74

CMYK Percentages of Color #da53ea

%7
%65
%0
%8

Triadic Colors of #da53ea

#da53ea #eada53 #53eada

Analogous Colors of #da53ea

#da53ea #ea53af #8f53ea

Monochromatic Colors of #da53ea

#da53ea

Complementary Color

#da53ea #63ea53

#da53ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da53ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#da53ea Color CSS Codes

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

#da53ea Text Font Color

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

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


#da53ea Background Color

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

This div background color is #da53ea


#da53ea Border Color

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

This div border color is #da53ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da53ea


Comments

No comments written yet.

Please login to write comment.