Color Hex Logo

#e78eeb Color Hex

#E78EEB
(231,142,235)
0 Favorites   0 Comments

Color spaces of #e78eeb

RGB 231142235
HSL0.830.700.74
HSV297°40°92°
CMYK 0.020.400.00   0.08
XYZ57.623442.333183.7313
Yxy42.33310.31370.2305
Hunter Lab65.063944.2255-30.7561
CIE-Lab71.100047.7475-33.0616

#e78eeb color RGB value is (231,142,235).

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

The process color (four color CMYK) of #e78eeb color hex is 0.02, 0.40, 0.00, 0.08. Web safe color of #e78eeb is #ff99ff. Color #e78eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001110 11101011
Octal 347 216 353
Decimal 231 142 235
Hex E7 8E EB

RGB Percentages of Color #e78eeb

%37.99
%23.36
%38.65

CMYK Percentages of Color #e78eeb

%2
%40
%0
%8

Triadic Colors of #e78eeb

#e78eeb #ebe78e #8eebe7

Analogous Colors of #e78eeb

#e78eeb #eb8ec1 #b98eeb

Monochromatic Colors of #e78eeb

#e78eeb

Complementary Color

#e78eeb #92eb8e

#e78eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78eeb Color CSS Codes

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

#e78eeb Text Font Color

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

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


#e78eeb Background Color

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

This div background color is #e78eeb


#e78eeb Border Color

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

This div border color is #e78eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78eeb


Comments

No comments written yet.

Please login to write comment.