Color Hex Logo

#e76feb Color Hex

#E76FEB
(231,111,235)
0 Favorites   0 Comments

Color spaces of #e76feb

RGB 231111235
HSL0.830.760.68
HSV298°53°92°
CMYK 0.020.530.00   0.08
XYZ53.634834.356082.4018
Yxy34.35600.31480.2016
Hunter Lab58.614060.7621-42.3224
CIE-Lab65.244262.9898-42.1828

#e76feb color RGB value is (231,111,235).

#e76feb hex color red value is 231, green value is 111 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e76feb hue: 0.83 , saturation: 0.76 and the lightness value of e76feb is 0.68.

The process color (four color CMYK) of #e76feb color hex is 0.02, 0.53, 0.00, 0.08. Web safe color of #e76feb is #ff66ff. Color #e76feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101111 11101011
Octal 347 157 353
Decimal 231 111 235
Hex E7 6F EB

RGB Percentages of Color #e76feb

%40.03
%19.24
%40.73

CMYK Percentages of Color #e76feb

%2
%53
%0
%8

Triadic Colors of #e76feb

#e76feb #ebe76f #6febe7

Analogous Colors of #e76feb

#e76feb #eb6fb1 #a96feb

Monochromatic Colors of #e76feb

#e76feb

Complementary Color

#e76feb #73eb6f

#e76feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76feb Color CSS Codes

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

#e76feb Text Font Color

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

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


#e76feb Background Color

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

This div background color is #e76feb


#e76feb Border Color

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

This div border color is #e76feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76feb


Comments

No comments written yet.

Please login to write comment.