Color Hex Logo

#e78bdf Color Hex

#E78BDF
(231,139,223)
0 Favorites   0 Comments

Color spaces of #e78bdf

RGB 231139223
HSL0.850.660.73
HSV305°40°91°
CMYK 0.000.400.03   0.09
XYZ55.506940.781974.7582
Yxy40.78190.32450.2384
Hunter Lab63.860743.3936-24.7050
CIE-Lab70.022847.1444-28.1244

#e78bdf color RGB value is (231,139,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001011 11011111
Octal 347 213 337
Decimal 231 139 223
Hex E7 8B DF

RGB Percentages of Color #e78bdf

%38.95
%23.44
%37.61

CMYK Percentages of Color #e78bdf

%0
%40
%3
%9

Triadic Colors of #e78bdf

#e78bdf #dfe78b #8bdfe7

Analogous Colors of #e78bdf

#e78bdf #e78bb1 #c18be7

Monochromatic Colors of #e78bdf

#e78bdf

Complementary Color

#e78bdf #8be793

#e78bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78bdf Color CSS Codes

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

#e78bdf Text Font Color

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

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


#e78bdf Background Color

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

This div background color is #e78bdf


#e78bdf Border Color

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

This div border color is #e78bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78bdf


Comments

No comments written yet.

Please login to write comment.