Color Hex Logo

#e932ee Color Hex

#E932EE
(233,50,238)
0 Favorites   0 Comments

Color spaces of #e932ee

RGB 23350238
HSL0.830.850.56
HSV298°79°93°
CMYK 0.020.790.00   0.07
XYZ50.177525.777983.2199
Yxy25.77790.31520.1619
Hunter Lab50.771987.5592-61.6414
CIE-Lab57.825685.8904-55.5746

#e932ee color RGB value is (233,50,238).

#e932ee hex color red value is 233, green value is 50 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e932ee hue: 0.83 , saturation: 0.85 and the lightness value of e932ee is 0.56.

The process color (four color CMYK) of #e932ee color hex is 0.02, 0.79, 0.00, 0.07. Web safe color of #e932ee is #ff33ff. Color #e932ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00110010 11101110
Octal 351 62 356
Decimal 233 50 238
Hex E9 32 EE

RGB Percentages of Color #e932ee

%44.72
%9.60
%45.68

CMYK Percentages of Color #e932ee

%2
%79
%0
%7

Triadic Colors of #e932ee

#e932ee #eee932 #32eee9

Analogous Colors of #e932ee

#e932ee #ee3295 #8b32ee

Monochromatic Colors of #e932ee

#e932ee

Complementary Color

#e932ee #37ee32

#e932ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e932ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e932ee Color CSS Codes

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

#e932ee Text Font Color

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

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


#e932ee Background Color

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

This div background color is #e932ee


#e932ee Border Color

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

This div border color is #e932ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e932ee


Comments

No comments written yet.

Please login to write comment.