Color Hex Logo

#e793ed Color Hex

#E793ED
(231,147,237)
0 Favorites   0 Comments

Color spaces of #e793ed

RGB 231147237
HSL0.820.710.75
HSV296°38°93°
CMYK 0.030.380.00   0.07
XYZ58.674843.970885.5155
Yxy43.97080.31180.2337
Hunter Lab66.310541.9023-30.0444
CIE-Lab72.209045.5256-32.4418

#e793ed color RGB value is (231,147,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010011 11101101
Octal 347 223 355
Decimal 231 147 237
Hex E7 93 ED

RGB Percentages of Color #e793ed

%37.56
%23.90
%38.54

CMYK Percentages of Color #e793ed

%3
%38
%0
%7

Triadic Colors of #e793ed

#e793ed #ede793 #93ede7

Analogous Colors of #e793ed

#e793ed #ed93c6 #ba93ed

Monochromatic Colors of #e793ed

#e793ed

Complementary Color

#e793ed #99ed93

#e793ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e793ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e793ed Color CSS Codes

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

#e793ed Text Font Color

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

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


#e793ed Background Color

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

This div background color is #e793ed


#e793ed Border Color

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

This div border color is #e793ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e793ed


Comments

No comments written yet.

Please login to write comment.