Color Hex Logo

#e76bee Color Hex

#E76BEE
(231,107,238)
0 Favorites   0 Comments

Color spaces of #e76bee

RGB 231107238
HSL0.820.790.68
HSV297°55°93°
CMYK 0.030.550.00   0.07
XYZ53.645333.677484.5619
Yxy33.67740.31210.1959
Hunter Lab58.032263.4499-45.7721
CIE-Lab64.705765.3377-44.6901

#e76bee color RGB value is (231,107,238).

#e76bee hex color red value is 231, green value is 107 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e76bee hue: 0.82 , saturation: 0.79 and the lightness value of e76bee is 0.68.

The process color (four color CMYK) of #e76bee color hex is 0.03, 0.55, 0.00, 0.07. Web safe color of #e76bee is #ff66ff. Color #e76bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101011 11101110
Octal 347 153 356
Decimal 231 107 238
Hex E7 6B EE

RGB Percentages of Color #e76bee

%40.10
%18.58
%41.32

CMYK Percentages of Color #e76bee

%3
%55
%0
%7

Triadic Colors of #e76bee

#e76bee #eee76b #6beee7

Analogous Colors of #e76bee

#e76bee #ee6bb4 #a66bee

Monochromatic Colors of #e76bee

#e76bee

Complementary Color

#e76bee #72ee6b

#e76bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76bee Color CSS Codes

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

#e76bee Text Font Color

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

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


#e76bee Background Color

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

This div background color is #e76bee


#e76bee Border Color

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

This div border color is #e76bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76bee


Comments

No comments written yet.

Please login to write comment.