Color Hex Logo

#da80ea Color Hex

#DA80EA
(218,128,234)
0 Favorites   0 Comments

Color spaces of #da80ea

RGB 218128234
HSL0.810.720.71
HSV291°45°92°
CMYK 0.070.450.00   0.08
XYZ51.483936.284382.1320
Yxy36.28430.30300.2136
Hunter Lab60.236547.1496-38.6760
CIE-Lab66.736650.9582-39.4105

#da80ea color RGB value is (218,128,234).

#da80ea hex color red value is 218, green value is 128 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #da80ea hue: 0.81 , saturation: 0.72 and the lightness value of da80ea is 0.71.

The process color (four color CMYK) of #da80ea color hex is 0.07, 0.45, 0.00, 0.08. Web safe color of #da80ea is #cc99ff. Color #da80ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000000 11101010
Octal 332 200 352
Decimal 218 128 234
Hex DA 80 EA

RGB Percentages of Color #da80ea

%37.59
%22.07
%40.34

CMYK Percentages of Color #da80ea

%7
%45
%0
%8

Triadic Colors of #da80ea

#da80ea #eada80 #80eada

Analogous Colors of #da80ea

#da80ea #ea80c5 #a580ea

Monochromatic Colors of #da80ea

#da80ea

Complementary Color

#da80ea #90ea80

#da80ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da80ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#da80ea Color CSS Codes

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

#da80ea Text Font Color

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

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


#da80ea Background Color

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

This div background color is #da80ea


#da80ea Border Color

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

This div border color is #da80ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da80ea


Comments

No comments written yet.

Please login to write comment.