Color Hex Logo

#e794ec Color Hex

#E794EC
(231,148,236)
0 Favorites   0 Comments

Color spaces of #e794ec

RGB 231148236
HSL0.820.700.75
HSV297°37°93°
CMYK 0.020.370.00   0.07
XYZ58.685244.224984.8001
Yxy44.22490.31260.2356
Hunter Lab66.501841.1410-29.0527
CIE-Lab72.378644.8197-31.6334

#e794ec color RGB value is (231,148,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010100 11101100
Octal 347 224 354
Decimal 231 148 236
Hex E7 94 EC

RGB Percentages of Color #e794ec

%37.56
%24.07
%38.37

CMYK Percentages of Color #e794ec

%2
%37
%0
%7

Triadic Colors of #e794ec

#e794ec #ece794 #94ece7

Analogous Colors of #e794ec

#e794ec #ec94c5 #bb94ec

Monochromatic Colors of #e794ec

#e794ec

Complementary Color

#e794ec #99ec94

#e794ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e794ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e794ec Color CSS Codes

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

#e794ec Text Font Color

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

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


#e794ec Background Color

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

This div background color is #e794ec


#e794ec Border Color

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

This div border color is #e794ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e794ec


Comments

No comments written yet.

Please login to write comment.