Color Hex Logo

#e295fa Color Hex

#E295FA
(226,149,250)
0 Favorites   0 Comments

Color spaces of #e295fa

RGB 226149250
HSL0.790.910.78
HSV286°40°98°
CMYK 0.100.400.00   0.02
XYZ59.366844.565895.9156
Yxy44.56580.29710.2230
Hunter Lab66.757641.9122-38.4560
CIE-Lab72.605145.4854-38.9551

#e295fa color RGB value is (226,149,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010101 11111010
Octal 342 225 372
Decimal 226 149 250
Hex E2 95 FA

RGB Percentages of Color #e295fa

%36.16
%23.84
%40.00

CMYK Percentages of Color #e295fa

%10
%40
%0
%2

Triadic Colors of #e295fa

#e295fa #fae295 #95fae2

Analogous Colors of #e295fa

#e295fa #fa95e0 #b095fa

Monochromatic Colors of #e295fa

#e295fa

Complementary Color

#e295fa #adfa95

#e295fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e295fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e295fa Color CSS Codes

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

#e295fa Text Font Color

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

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


#e295fa Background Color

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

This div background color is #e295fa


#e295fa Border Color

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

This div border color is #e295fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e295fa


Comments

No comments written yet.

Please login to write comment.