Color Hex Logo

#e78bfb Color Hex

#E78BFB
(231,139,251)
0 Favorites   0 Comments

Color spaces of #e78bfb

RGB 231139251
HSL0.800.930.76
HSV289°45°98°
CMYK 0.080.450.00   0.02
XYZ59.600242.419296.3132
Yxy42.41920.30050.2139
Hunter Lab65.130049.3670-42.0861
CIE-Lab71.159052.2779-41.7129

#e78bfb color RGB value is (231,139,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001011 11111011
Octal 347 213 373
Decimal 231 139 251
Hex E7 8B FB

RGB Percentages of Color #e78bfb

%37.20
%22.38
%40.42

CMYK Percentages of Color #e78bfb

%8
%45
%0
%2

Triadic Colors of #e78bfb

#e78bfb #fbe78b #8bfbe7

Analogous Colors of #e78bfb

#e78bfb #fb8bd7 #af8bfb

Monochromatic Colors of #e78bfb

#e78bfb

Complementary Color

#e78bfb #9ffb8b

#e78bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78bfb Color CSS Codes

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

#e78bfb Text Font Color

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

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


#e78bfb Background Color

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

This div background color is #e78bfb


#e78bfb Border Color

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

This div border color is #e78bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78bfb


Comments

No comments written yet.

Please login to write comment.