Color Hex Logo

#da89ea Color Hex

#DA89EA
(218,137,234)
0 Favorites   0 Comments

Color spaces of #da89ea

RGB 218137234
HSL0.810.700.73
HSV290°41°92°
CMYK 0.070.410.00   0.08
XYZ52.710438.737382.5408
Yxy38.73730.30300.2226
Hunter Lab62.239342.2527-35.0620
CIE-Lab68.560546.3075-36.5673

#da89ea color RGB value is (218,137,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001001 11101010
Octal 332 211 352
Decimal 218 137 234
Hex DA 89 EA

RGB Percentages of Color #da89ea

%37.01
%23.26
%39.73

CMYK Percentages of Color #da89ea

%7
%41
%0
%8

Triadic Colors of #da89ea

#da89ea #eada89 #89eada

Analogous Colors of #da89ea

#da89ea #ea89ca #aa89ea

Monochromatic Colors of #da89ea

#da89ea

Complementary Color

#da89ea #99ea89

#da89ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da89ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#da89ea Color CSS Codes

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

#da89ea Text Font Color

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

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


#da89ea Background Color

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

This div background color is #da89ea


#da89ea Border Color

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

This div border color is #da89ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da89ea


Comments

No comments written yet.

Please login to write comment.