Color Hex Logo

#e77bee Color Hex

#E77BEE
(231,123,238)
0 Favorites   0 Comments

Color spaces of #e77bee

RGB 231123238
HSL0.820.770.71
HSV296°48°93°
CMYK 0.030.480.00   0.07
XYZ55.470637.327985.1703
Yxy37.32790.31170.2097
Hunter Lab61.096655.1442-39.8843
CIE-Lab67.522357.8315-40.2737

#e77bee color RGB value is (231,123,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111011 11101110
Octal 347 173 356
Decimal 231 123 238
Hex E7 7B EE

RGB Percentages of Color #e77bee

%39.02
%20.78
%40.20

CMYK Percentages of Color #e77bee

%3
%48
%0
%7

Triadic Colors of #e77bee

#e77bee #eee77b #7beee7

Analogous Colors of #e77bee

#e77bee #ee7bbc #ae7bee

Monochromatic Colors of #e77bee

#e77bee

Complementary Color

#e77bee #82ee7b

#e77bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77bee Color CSS Codes

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

#e77bee Text Font Color

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

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


#e77bee Background Color

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

This div background color is #e77bee


#e77bee Border Color

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

This div border color is #e77bee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,123,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 #e77bee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77bee


Comments

No comments written yet.

Please login to write comment.