Color Hex Logo

#e95fee Color Hex

#E95FEE
(233,95,238)
0 Favorites   0 Comments

Color spaces of #e95fee

RGB 23395238
HSL0.830.810.65
HSV298°60°93°
CMYK 0.020.600.00   0.07
XYZ53.129131.681184.2038
Yxy31.68110.31430.1874
Hunter Lab56.286069.9882-49.2977
CIE-Lab63.078471.0221-47.2358

#e95fee color RGB value is (233,95,238).

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

The process color (four color CMYK) of #e95fee color hex is 0.02, 0.60, 0.00, 0.07. Web safe color of #e95fee is #ff66ff. Color #e95fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011111 11101110
Octal 351 137 356
Decimal 233 95 238
Hex E9 5F EE

RGB Percentages of Color #e95fee

%41.17
%16.78
%42.05

CMYK Percentages of Color #e95fee

%2
%60
%0
%7

Triadic Colors of #e95fee

#e95fee #eee95f #5feee9

Analogous Colors of #e95fee

#e95fee #ee5fac #a25fee

Monochromatic Colors of #e95fee

#e95fee

Complementary Color

#e95fee #64ee5f

#e95fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95fee Color CSS Codes

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

#e95fee Text Font Color

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

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


#e95fee Background Color

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

This div background color is #e95fee


#e95fee Border Color

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

This div border color is #e95fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95fee


Comments

No comments written yet.

Please login to write comment.