Color Hex Logo

#e795ee Color Hex

#E795EE
(231,149,238)
0 Favorites   0 Comments

Color spaces of #e795ee

RGB 231149238
HSL0.820.720.76
HSV295°37°93°
CMYK 0.030.370.00   0.07
XYZ59.135144.656986.3918
Yxy44.65690.31090.2348
Hunter Lab66.825841.0120-29.8715
CIE-Lab72.665444.6686-32.2831

#e795ee color RGB value is (231,149,238).

#e795ee hex color red value is 231, green value is 149 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e795ee hue: 0.82 , saturation: 0.72 and the lightness value of e795ee is 0.76.

The process color (four color CMYK) of #e795ee color hex is 0.03, 0.37, 0.00, 0.07. Web safe color of #e795ee is #ff99ff. Color #e795ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010101 11101110
Octal 347 225 356
Decimal 231 149 238
Hex E7 95 EE

RGB Percentages of Color #e795ee

%37.38
%24.11
%38.51

CMYK Percentages of Color #e795ee

%3
%37
%0
%7

Triadic Colors of #e795ee

#e795ee #eee795 #95eee7

Analogous Colors of #e795ee

#e795ee #ee95c9 #bb95ee

Monochromatic Colors of #e795ee

#e795ee

Complementary Color

#e795ee #9cee95

#e795ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e795ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e795ee Color CSS Codes

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

#e795ee Text Font Color

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

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


#e795ee Background Color

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

This div background color is #e795ee


#e795ee Border Color

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

This div border color is #e795ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e795ee


Comments

No comments written yet.

Please login to write comment.