Color Hex Logo

#e995ff Color Hex

#E995FF
(233,149,255)
0 Favorites   0 Comments

Color spaces of #e995ff

RGB 233149255
HSL0.801.000.79
HSV288°42°100°
CMYK 0.090.420.00   0.00
XYZ62.401746.0385100.2051
Yxy46.03850.29910.2207
Hunter Lab67.851745.4221-40.0648
CIE-Lab73.570548.4865-40.1070

#e995ff color RGB value is (233,149,255).

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

The process color (four color CMYK) of #e995ff color hex is 0.09, 0.42, 0.00, 0.00. Web safe color of #e995ff is #ff99ff. Color #e995ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010101 11111111
Octal 351 225 377
Decimal 233 149 255
Hex E9 95 FF

RGB Percentages of Color #e995ff

%36.58
%23.39
%40.03

CMYK Percentages of Color #e995ff

%9
%42
%0
%0

Triadic Colors of #e995ff

#e995ff #ffe995 #95ffe9

Analogous Colors of #e995ff

#e995ff #ff95e0 #b495ff

Monochromatic Colors of #e995ff

#e995ff

Complementary Color

#e995ff #abff95

#e995ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e995ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e995ff Color CSS Codes

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

#e995ff Text Font Color

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

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


#e995ff Background Color

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

This div background color is #e995ff


#e995ff Border Color

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

This div border color is #e995ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e995ff


Comments

No comments written yet.

Please login to write comment.