Color Hex Logo

#e799ca Color Hex

#E799CA
(231,153,202)
0 Favorites   0 Comments

Color spaces of #e799ca

RGB 231153202
HSL0.900.620.75
HSV322°34°91°
CMYK 0.000.340.13   0.09
XYZ55.006944.035761.4777
Yxy44.03570.34270.2743
Hunter Lab66.359431.8340-8.4768
CIE-Lab72.252436.2758-13.1444

#e799ca color RGB value is (231,153,202).

#e799ca hex color red value is 231, green value is 153 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e799ca hue: 0.90 , saturation: 0.62 and the lightness value of e799ca is 0.75.

The process color (four color CMYK) of #e799ca color hex is 0.00, 0.34, 0.13, 0.09. Web safe color of #e799ca is #ff99cc. Color #e799ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011001 11001010
Octal 347 231 312
Decimal 231 153 202
Hex E7 99 CA

RGB Percentages of Color #e799ca

%39.42
%26.11
%34.47

CMYK Percentages of Color #e799ca

%0
%34
%13
%9

Triadic Colors of #e799ca

#e799ca #cae799 #99cae7

Analogous Colors of #e799ca

#e799ca #e799a3 #dd99e7

Monochromatic Colors of #e799ca

#e799ca

Complementary Color

#e799ca #99e7b6

#e799ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e799ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e799ca Color CSS Codes

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

#e799ca Text Font Color

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

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


#e799ca Background Color

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

This div background color is #e799ca


#e799ca Border Color

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

This div border color is #e799ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e799ca


Comments

No comments written yet.

Please login to write comment.