Color Hex Logo

#e959da Color Hex

#E959DA
(233,89,218)
0 Favorites   0 Comments

Color spaces of #e959da

RGB 23389218
HSL0.850.770.63
HSV306°62°91°
CMYK 0.000.620.06   0.09
XYZ49.831529.530469.4032
Yxy29.53040.33500.1985
Hunter Lab54.341968.5862-37.6834
CIE-Lab61.246970.2126-38.9377

#e959da color RGB value is (233,89,218).

#e959da hex color red value is 233, green value is 89 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e959da hue: 0.85 , saturation: 0.77 and the lightness value of e959da is 0.63.

The process color (four color CMYK) of #e959da color hex is 0.00, 0.62, 0.06, 0.09. Web safe color of #e959da is #ff66cc. Color #e959da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011001 11011010
Octal 351 131 332
Decimal 233 89 218
Hex E9 59 DA

RGB Percentages of Color #e959da

%43.15
%16.48
%40.37

CMYK Percentages of Color #e959da

%0
%62
%6
%9

Triadic Colors of #e959da

#e959da #dae959 #59dae9

Analogous Colors of #e959da

#e959da #e95992 #b059e9

Monochromatic Colors of #e959da

#e959da

Complementary Color

#e959da #59e968

#e959da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e959da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e959da Color CSS Codes

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

#e959da Text Font Color

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

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


#e959da Background Color

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

This div background color is #e959da


#e959da Border Color

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

This div border color is #e959da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e959da


Comments

No comments written yet.

Please login to write comment.