Color Hex Logo

#e966ea Color Hex

#E966EA
(233,102,234)
0 Favorites   0 Comments

Color spaces of #e966ea

RGB 233102234
HSL0.830.760.66
HSV300°56°92°
CMYK 0.000.560.00   0.08
XYZ53.206932.766981.3622
Yxy32.76690.31800.1958
Hunter Lab57.242465.7419-44.2029
CIE-Lab63.971767.3727-43.6070

#e966ea color RGB value is (233,102,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100110 11101010
Octal 351 146 352
Decimal 233 102 234
Hex E9 66 EA

RGB Percentages of Color #e966ea

%40.95
%17.93
%41.12

CMYK Percentages of Color #e966ea

%0
%56
%0
%8

Triadic Colors of #e966ea

#e966ea #eae966 #66eae9

Analogous Colors of #e966ea

#e966ea #ea66a9 #a766ea

Monochromatic Colors of #e966ea

#e966ea

Complementary Color

#e966ea #67ea66

#e966ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e966ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e966ea Color CSS Codes

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

#e966ea Text Font Color

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

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


#e966ea Background Color

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

This div background color is #e966ea


#e966ea Border Color

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

This div border color is #e966ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e966ea


Comments

No comments written yet.

Please login to write comment.