Color Hex Logo

#e78bee Color Hex

#E78BEE
(231,139,238)
0 Favorites   0 Comments

Color spaces of #e78bee

RGB 231139238
HSL0.820.740.74
HSV296°42°93°
CMYK 0.030.420.00   0.07
XYZ57.620241.627285.8869
Yxy41.62720.31120.2248
Hunter Lab64.519146.5047-33.7625
CIE-Lab70.613149.8381-35.4601

#e78bee color RGB value is (231,139,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001011 11101110
Octal 347 213 356
Decimal 231 139 238
Hex E7 8B EE

RGB Percentages of Color #e78bee

%37.99
%22.86
%39.14

CMYK Percentages of Color #e78bee

%3
%42
%0
%7

Triadic Colors of #e78bee

#e78bee #eee78b #8beee7

Analogous Colors of #e78bee

#e78bee #ee8bc4 #b68bee

Monochromatic Colors of #e78bee

#e78bee

Complementary Color

#e78bee #92ee8b

#e78bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78bee Color CSS Codes

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

#e78bee Text Font Color

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

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


#e78bee Background Color

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

This div background color is #e78bee


#e78bee Border Color

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

This div border color is #e78bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78bee


Comments

No comments written yet.

Please login to write comment.