Color Hex Logo

#e93fee Color Hex

#E93FEE
(233,63,238)
0 Favorites   0 Comments

Color spaces of #e93fee

RGB 23363238
HSL0.830.840.59
HSV298°74°93°
CMYK 0.020.740.00   0.07
XYZ50.814427.051783.4322
Yxy27.05170.31500.1677
Hunter Lab52.011283.3728-58.7003
CIE-Lab59.022282.4356-53.6670

#e93fee color RGB value is (233,63,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111111 11101110
Octal 351 77 356
Decimal 233 63 238
Hex E9 3F EE

RGB Percentages of Color #e93fee

%43.63
%11.80
%44.57

CMYK Percentages of Color #e93fee

%2
%74
%0
%7

Triadic Colors of #e93fee

#e93fee #eee93f #3feee9

Analogous Colors of #e93fee

#e93fee #ee3f9c #923fee

Monochromatic Colors of #e93fee

#e93fee

Complementary Color

#e93fee #44ee3f

#e93fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e93fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e93fee Color CSS Codes

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

#e93fee Text Font Color

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

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


#e93fee Background Color

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

This div background color is #e93fee


#e93fee Border Color

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

This div border color is #e93fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e93fee


Comments

No comments written yet.

Please login to write comment.