Color Hex Logo

#e95fff Color Hex

#E95FFF
(233,95,255)
0 Favorites   0 Comments

Color spaces of #e95fff

RGB 23395255
HSL0.811.000.69
HSV292°63°100°
CMYK 0.090.630.00   0.00
XYZ55.746532.728197.9867
Yxy32.72810.29900.1755
Hunter Lab57.208573.8235-61.5060
CIE-Lab63.940173.9634-55.2648

#e95fff color RGB value is (233,95,255).

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

The process color (four color CMYK) of #e95fff color hex is 0.09, 0.63, 0.00, 0.00. Web safe color of #e95fff is #ff66ff. Color #e95fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011111 11111111
Octal 351 137 377
Decimal 233 95 255
Hex E9 5F FF

RGB Percentages of Color #e95fff

%39.97
%16.30
%43.74

CMYK Percentages of Color #e95fff

%9
%63
%0
%0

Triadic Colors of #e95fff

#e95fff #ffe95f #5fffe9

Analogous Colors of #e95fff

#e95fff #ff5fc5 #995fff

Monochromatic Colors of #e95fff

#e95fff

Complementary Color

#e95fff #75ff5f

#e95fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95fff Color CSS Codes

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

#e95fff Text Font Color

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

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


#e95fff Background Color

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

This div background color is #e95fff


#e95fff Border Color

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

This div border color is #e95fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95fff

Related Colors


Comments

No comments written yet.

Please login to write comment.