Color Hex Logo

#e295ff Color Hex

#E295FF
(226,149,255)
0 Favorites   0 Comments

Color spaces of #e295ff

RGB 226149255
HSL0.791.000.79
HSV284°42°100°
CMYK 0.110.420.00   0.00
XYZ60.161544.8836100.1003
Yxy44.88360.29330.2188
Hunter Lab66.995243.0508-41.6910
CIE-Lab72.815246.4784-41.3415

#e295ff color RGB value is (226,149,255).

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

The process color (four color CMYK) of #e295ff color hex is 0.11, 0.42, 0.00, 0.00. Web safe color of #e295ff is #cc99ff. Color #e295ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010101 11111111
Octal 342 225 377
Decimal 226 149 255
Hex E2 95 FF

RGB Percentages of Color #e295ff

%35.87
%23.65
%40.48

CMYK Percentages of Color #e295ff

%11
%42
%0
%0

Triadic Colors of #e295ff

#e295ff #ffe295 #95ffe2

Analogous Colors of #e295ff

#e295ff #ff95e7 #ad95ff

Monochromatic Colors of #e295ff

#e295ff

Complementary Color

#e295ff #b2ff95

#e295ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e295ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e295ff Color CSS Codes

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

#e295ff Text Font Color

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

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


#e295ff Background Color

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

This div background color is #e295ff


#e295ff Border Color

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

This div border color is #e295ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e295ff

Related Colors


Comments

No comments written yet.

Please login to write comment.