Color Hex Logo

#e78bdc Color Hex

#E78BDC
(231,139,220)
0 Favorites   0 Comments

Color spaces of #e78bdc

RGB 231139220
HSL0.850.660.73
HSV307°40°91°
CMYK 0.000.400.05   0.09
XYZ55.105940.621572.6465
Yxy40.62150.32730.2413
Hunter Lab63.735042.7966-22.9655
CIE-Lab69.909946.6223-26.6419

#e78bdc color RGB value is (231,139,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001011 11011100
Octal 347 213 334
Decimal 231 139 220
Hex E7 8B DC

RGB Percentages of Color #e78bdc

%39.15
%23.56
%37.29

CMYK Percentages of Color #e78bdc

%0
%40
%5
%9

Triadic Colors of #e78bdc

#e78bdc #dce78b #8bdce7

Analogous Colors of #e78bdc

#e78bdc #e78bae #c48be7

Monochromatic Colors of #e78bdc

#e78bdc

Complementary Color

#e78bdc #8be796

#e78bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78bdc Color CSS Codes

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

#e78bdc Text Font Color

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

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


#e78bdc Background Color

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

This div background color is #e78bdc


#e78bdc Border Color

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

This div border color is #e78bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78bdc


Comments

No comments written yet.

Please login to write comment.