Color Hex Logo

#e796fa Color Hex

#E796FA
(231,150,250)
0 Favorites   0 Comments

Color spaces of #e796fa

RGB 231150250
HSL0.800.910.78
HSV289°40°98°
CMYK 0.080.400.00   0.02
XYZ61.116745.703796.0430
Yxy45.70370.30130.2253
Hunter Lab67.604543.0620-36.9078
CIE-Lab73.352946.4210-37.7507

#e796fa color RGB value is (231,150,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010110 11111010
Octal 347 226 372
Decimal 231 150 250
Hex E7 96 FA

RGB Percentages of Color #e796fa

%36.61
%23.77
%39.62

CMYK Percentages of Color #e796fa

%8
%40
%0
%2

Triadic Colors of #e796fa

#e796fa #fae796 #96fae7

Analogous Colors of #e796fa

#e796fa #fa96db #b596fa

Monochromatic Colors of #e796fa

#e796fa

Complementary Color

#e796fa #a9fa96

#e796fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e796fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e796fa Color CSS Codes

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

#e796fa Text Font Color

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

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


#e796fa Background Color

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

This div background color is #e796fa


#e796fa Border Color

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

This div border color is #e796fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e796fa


Comments

No comments written yet.

Please login to write comment.