Color Hex Logo

#e295fb Color Hex

#E295FB
(226,149,251)
0 Favorites   0 Comments

Color spaces of #e295fb

RGB 226149251
HSL0.790.930.78
HSV285°41°98°
CMYK 0.100.410.00   0.02
XYZ59.524144.628796.7437
Yxy44.62870.29630.2221
Hunter Lab66.804742.1382-39.0979
CIE-Lab72.646745.6830-39.4335

#e295fb color RGB value is (226,149,251).

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

The process color (four color CMYK) of #e295fb color hex is 0.10, 0.41, 0.00, 0.02. Web safe color of #e295fb is #cc99ff. Color #e295fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010101 11111011
Octal 342 225 373
Decimal 226 149 251
Hex E2 95 FB

RGB Percentages of Color #e295fb

%36.10
%23.80
%40.10

CMYK Percentages of Color #e295fb

%10
%41
%0
%2

Triadic Colors of #e295fb

#e295fb #fbe295 #95fbe2

Analogous Colors of #e295fb

#e295fb #fb95e1 #af95fb

Monochromatic Colors of #e295fb

#e295fb

Complementary Color

#e295fb #aefb95

#e295fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e295fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e295fb Color CSS Codes

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

#e295fb Text Font Color

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

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


#e295fb Background Color

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

This div background color is #e295fb


#e295fb Border Color

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

This div border color is #e295fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,149,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e295fb


Comments

No comments written yet.

Please login to write comment.