Color Hex Logo

#e78ffb Color Hex

#E78FFB
(231,143,251)
0 Favorites   0 Comments

Color spaces of #e78ffb

RGB 231143251
HSL0.800.930.77
HSV289°43°98°
CMYK 0.080.430.00   0.02
XYZ60.190043.598996.5098
Yxy43.59890.30050.2177
Hunter Lab66.029547.1624-40.4387
CIE-Lab71.959650.2341-40.4631

#e78ffb color RGB value is (231,143,251).

#e78ffb hex color red value is 231, green value is 143 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e78ffb hue: 0.80 , saturation: 0.93 and the lightness value of e78ffb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001111 11111011
Octal 347 217 373
Decimal 231 143 251
Hex E7 8F FB

RGB Percentages of Color #e78ffb

%36.96
%22.88
%40.16

CMYK Percentages of Color #e78ffb

%8
%43
%0
%2

Triadic Colors of #e78ffb

#e78ffb #fbe78f #8ffbe7

Analogous Colors of #e78ffb

#e78ffb #fb8fd9 #b18ffb

Monochromatic Colors of #e78ffb

#e78ffb

Complementary Color

#e78ffb #a3fb8f

#e78ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78ffb Color CSS Codes

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

#e78ffb Text Font Color

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

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


#e78ffb Background Color

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

This div background color is #e78ffb


#e78ffb Border Color

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

This div border color is #e78ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.