Color Hex Logo

#e799ff Color Hex

#E799FF
(231,153,255)
0 Favorites   0 Comments

Color spaces of #e799ff

RGB 231153255
HSL0.791.000.80
HSV286°40°100°
CMYK 0.090.400.00   0.00
XYZ62.396246.9914100.3893
Yxy46.99140.29740.2240
Hunter Lab68.550342.5123-38.8428
CIE-Lab74.184345.8282-39.1680

#e799ff color RGB value is (231,153,255).

#e799ff hex color red value is 231, green value is 153 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e799ff hue: 0.79 , saturation: 1.00 and the lightness value of e799ff is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011001 11111111
Octal 347 231 377
Decimal 231 153 255
Hex E7 99 FF

RGB Percentages of Color #e799ff

%36.15
%23.94
%39.91

CMYK Percentages of Color #e799ff

%9
%40
%0
%0

Triadic Colors of #e799ff

#e799ff #ffe799 #99ffe7

Analogous Colors of #e799ff

#e799ff #ff99e4 #b499ff

Monochromatic Colors of #e799ff

#e799ff

Complementary Color

#e799ff #b1ff99

#e799ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e799ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e799ff Color CSS Codes

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

#e799ff Text Font Color

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

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


#e799ff Background Color

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

This div background color is #e799ff


#e799ff Border Color

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

This div border color is #e799ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e799ff


Comments

No comments written yet.

Please login to write comment.