Color Hex Logo

#e87bdc Color Hex

#E87BDC
(232,123,220)
0 Favorites   0 Comments

Color spaces of #e87bdc

RGB 232123220
HSL0.850.700.70
HSV307°47°91°
CMYK 0.000.470.05   0.09
XYZ53.279936.489071.9451
Yxy36.48900.32950.2256
Hunter Lab60.406151.7313-28.3315
CIE-Lab66.891954.9742-31.2812

#e87bdc color RGB value is (232,123,220).

#e87bdc hex color red value is 232, green value is 123 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e87bdc hue: 0.85 , saturation: 0.70 and the lightness value of e87bdc is 0.70.

The process color (four color CMYK) of #e87bdc color hex is 0.00, 0.47, 0.05, 0.09. Web safe color of #e87bdc is #ff66cc. Color #e87bdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111011 11011100
Octal 350 173 334
Decimal 232 123 220
Hex E8 7B DC

RGB Percentages of Color #e87bdc

%40.35
%21.39
%38.26

CMYK Percentages of Color #e87bdc

%0
%47
%5
%9

Triadic Colors of #e87bdc

#e87bdc #dce87b #7bdce8

Analogous Colors of #e87bdc

#e87bdc #e87ba6 #be7be8

Monochromatic Colors of #e87bdc

#e87bdc

Complementary Color

#e87bdc #7be887

#e87bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87bdc Color CSS Codes

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

#e87bdc Text Font Color

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

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


#e87bdc Background Color

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

This div background color is #e87bdc


#e87bdc Border Color

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

This div border color is #e87bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87bdc


Comments

No comments written yet.

Please login to write comment.