Color Hex Logo

#e795fa Color Hex

#E795FA
(231,149,250)
0 Favorites   0 Comments

Color spaces of #e795fa

RGB 231149250
HSL0.800.910.78
HSV289°40°98°
CMYK 0.080.400.00   0.02
XYZ60.957845.385995.9900
Yxy45.38590.30130.2243
Hunter Lab67.369143.6170-37.3203
CIE-Lab73.145346.9414-38.0733

#e795fa color RGB value is (231,149,250).

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

The process color (four color CMYK) of #e795fa color hex is 0.08, 0.40, 0.00, 0.02. Web safe color of #e795fa is #ff99ff. Color #e795fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010101 11111010
Octal 347 225 372
Decimal 231 149 250
Hex E7 95 FA

RGB Percentages of Color #e795fa

%36.67
%23.65
%39.68

CMYK Percentages of Color #e795fa

%8
%40
%0
%2

Triadic Colors of #e795fa

#e795fa #fae795 #95fae7

Analogous Colors of #e795fa

#e795fa #fa95db #b595fa

Monochromatic Colors of #e795fa

#e795fa

Complementary Color

#e795fa #a8fa95

#e795fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e795fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e795fa Color CSS Codes

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

#e795fa Text Font Color

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

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


#e795fa Background Color

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

This div background color is #e795fa


#e795fa Border Color

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

This div border color is #e795fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e795fa


Comments

No comments written yet.

Please login to write comment.