Color Hex Logo

#e798ec Color Hex

#E798EC
(231,152,236)
0 Favorites   0 Comments

Color spaces of #e798ec

RGB 231152236
HSL0.820.690.76
HSV296°36°93°
CMYK 0.020.360.00   0.07
XYZ59.323645.501585.0129
Yxy45.50150.31250.2397
Hunter Lab67.454838.9372-27.5045
CIE-Lab73.220942.7273-30.3349

#e798ec color RGB value is (231,152,236).

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

The process color (four color CMYK) of #e798ec color hex is 0.02, 0.36, 0.00, 0.07. Web safe color of #e798ec is #ff99ff. Color #e798ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011000 11101100
Octal 347 230 354
Decimal 231 152 236
Hex E7 98 EC

RGB Percentages of Color #e798ec

%37.32
%24.56
%38.13

CMYK Percentages of Color #e798ec

%2
%36
%0
%7

Triadic Colors of #e798ec

#e798ec #ece798 #98ece7

Analogous Colors of #e798ec

#e798ec #ec98c7 #bd98ec

Monochromatic Colors of #e798ec

#e798ec

Complementary Color

#e798ec #9dec98

#e798ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e798ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e798ec Color CSS Codes

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

#e798ec Text Font Color

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

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


#e798ec Background Color

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

This div background color is #e798ec


#e798ec Border Color

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

This div border color is #e798ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e798ec


Comments

No comments written yet.

Please login to write comment.