Color Hex Logo

#e95fec Color Hex

#E95FEC
(233,95,236)
0 Favorites   0 Comments

Color spaces of #e95fec

RGB 23395236
HSL0.830.790.65
HSV299°60°93°
CMYK 0.010.600.00   0.07
XYZ52.836831.564282.6646
Yxy31.56420.31630.1889
Hunter Lab56.182069.5531-47.9102
CIE-Lab62.981170.6852-46.2783

#e95fec color RGB value is (233,95,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011111 11101100
Octal 351 137 354
Decimal 233 95 236
Hex E9 5F EC

RGB Percentages of Color #e95fec

%41.31
%16.84
%41.84

CMYK Percentages of Color #e95fec

%1
%60
%0
%7

Triadic Colors of #e95fec

#e95fec #ece95f #5fece9

Analogous Colors of #e95fec

#e95fec #ec5fa9 #a35fec

Monochromatic Colors of #e95fec

#e95fec

Complementary Color

#e95fec #62ec5f

#e95fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95fec Color CSS Codes

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

#e95fec Text Font Color

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

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


#e95fec Background Color

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

This div background color is #e95fec


#e95fec Border Color

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

This div border color is #e95fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95fec


Comments

No comments written yet.

Please login to write comment.