Color Hex Logo

#e793ef Color Hex

#E793EF
(231,147,239)
0 Favorites   0 Comments

Color spaces of #e793ef

RGB 231147239
HSL0.820.740.76
HSV295°38°94°
CMYK 0.030.380.00   0.06
XYZ58.968744.088487.0633
Yxy44.08840.31020.2319
Hunter Lab66.399142.3265-31.2624
CIE-Lab72.287545.8966-33.4130

#e793ef color RGB value is (231,147,239).

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

The process color (four color CMYK) of #e793ef color hex is 0.03, 0.38, 0.00, 0.06. Web safe color of #e793ef is #ff99ff. Color #e793ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010011 11101111
Octal 347 223 357
Decimal 231 147 239
Hex E7 93 EF

RGB Percentages of Color #e793ef

%37.44
%23.82
%38.74

CMYK Percentages of Color #e793ef

%3
%38
%0
%6

Triadic Colors of #e793ef

#e793ef #efe793 #93efe7

Analogous Colors of #e793ef

#e793ef #ef93c9 #b993ef

Monochromatic Colors of #e793ef

#e793ef

Complementary Color

#e793ef #9bef93

#e793ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e793ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e793ef Color CSS Codes

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

#e793ef Text Font Color

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

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


#e793ef Background Color

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

This div background color is #e793ef


#e793ef Border Color

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

This div border color is #e793ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e793ef


Comments

No comments written yet.

Please login to write comment.