Color Hex Logo

#e793bf Color Hex

#E793BF
(231,147,191)
0 Favorites   0 Comments

Color spaces of #e793bf

RGB 231147191
HSL0.910.640.74
HSV329°36°91°
CMYK 0.000.360.17   0.09
XYZ52.792741.617954.5408
Yxy41.61790.35440.2794
Hunter Lab64.511933.1778-4.9676
CIE-Lab70.606737.7017-9.5147

#e793bf color RGB value is (231,147,191).

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

The process color (four color CMYK) of #e793bf color hex is 0.00, 0.36, 0.17, 0.09. Web safe color of #e793bf is #ff99cc. Color #e793bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010011 10111111
Octal 347 223 277
Decimal 231 147 191
Hex E7 93 BF

RGB Percentages of Color #e793bf

%40.60
%25.83
%33.57

CMYK Percentages of Color #e793bf

%0
%36
%17
%9

Triadic Colors of #e793bf

#e793bf #bfe793 #93bfe7

Analogous Colors of #e793bf

#e793bf #e79395 #e593e7

Monochromatic Colors of #e793bf

#e793bf

Complementary Color

#e793bf #93e7bb

#e793bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e793bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e793bf Color CSS Codes

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

#e793bf Text Font Color

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

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


#e793bf Background Color

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

This div background color is #e793bf


#e793bf Border Color

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

This div border color is #e793bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e793bf


Comments

No comments written yet.

Please login to write comment.