Color Hex Logo

#e961ea Color Hex

#E961EA
(233,97,234)
0 Favorites   0 Comments

Color spaces of #e961ea

RGB 23397234
HSL0.830.770.65
HSV300°59°92°
CMYK 0.000.590.00   0.08
XYZ52.730231.813581.2033
Yxy31.81350.31810.1919
Hunter Lab56.403568.1692-45.8766
CIE-Lab63.188469.5146-44.8392

#e961ea color RGB value is (233,97,234).

#e961ea hex color red value is 233, green value is 97 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e961ea hue: 0.83 , saturation: 0.77 and the lightness value of e961ea is 0.65.

The process color (four color CMYK) of #e961ea color hex is 0.00, 0.59, 0.00, 0.08. Web safe color of #e961ea is #ff66ff. Color #e961ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100001 11101010
Octal 351 141 352
Decimal 233 97 234
Hex E9 61 EA

RGB Percentages of Color #e961ea

%41.31
%17.20
%41.49

CMYK Percentages of Color #e961ea

%0
%59
%0
%8

Triadic Colors of #e961ea

#e961ea #eae961 #61eae9

Analogous Colors of #e961ea

#e961ea #ea61a7 #a561ea

Monochromatic Colors of #e961ea

#e961ea

Complementary Color

#e961ea #62ea61

#e961ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e961ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e961ea Color CSS Codes

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

#e961ea Text Font Color

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

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


#e961ea Background Color

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

This div background color is #e961ea


#e961ea Border Color

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

This div border color is #e961ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e961ea


Comments

No comments written yet.

Please login to write comment.