Color Hex Logo

#e78bde Color Hex

#E78BDE
(231,139,222)
0 Favorites   0 Comments

Color spaces of #e78bde

RGB 231139222
HSL0.850.660.73
HSV306°40°91°
CMYK 0.000.400.04   0.09
XYZ55.372440.728174.0501
Yxy40.72810.32540.2394
Hunter Lab63.818643.1936-24.1225
CIE-Lab69.985046.9697-27.6308

#e78bde color RGB value is (231,139,222).

#e78bde hex color red value is 231, green value is 139 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e78bde hue: 0.85 , saturation: 0.66 and the lightness value of e78bde is 0.73.

The process color (four color CMYK) of #e78bde color hex is 0.00, 0.40, 0.04, 0.09. Web safe color of #e78bde is #ff99cc. Color #e78bde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001011 11011110
Octal 347 213 336
Decimal 231 139 222
Hex E7 8B DE

RGB Percentages of Color #e78bde

%39.02
%23.48
%37.50

CMYK Percentages of Color #e78bde

%0
%40
%4
%9

Triadic Colors of #e78bde

#e78bde #dee78b #8bdee7

Analogous Colors of #e78bde

#e78bde #e78bb0 #c28be7

Monochromatic Colors of #e78bde

#e78bde

Complementary Color

#e78bde #8be794

#e78bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78bde Color CSS Codes

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

#e78bde Text Font Color

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

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


#e78bde Background Color

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

This div background color is #e78bde


#e78bde Border Color

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

This div border color is #e78bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78bde


Comments

No comments written yet.

Please login to write comment.