Color Hex Logo

#e87bca Color Hex

#E87BCA
(232,123,202)
0 Favorites   0 Comments

Color spaces of #e87bca

RGB 232123202
HSL0.880.700.70
HSV317°47°91°
CMYK 0.000.470.13   0.09
XYZ51.022335.586060.0567
Yxy35.58600.34790.2426
Hunter Lab59.654048.2772-17.9324
CIE-Lab66.202452.0390-22.2919

#e87bca color RGB value is (232,123,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111011 11001010
Octal 350 173 312
Decimal 232 123 202
Hex E8 7B CA

RGB Percentages of Color #e87bca

%41.65
%22.08
%36.27

CMYK Percentages of Color #e87bca

%0
%47
%13
%9

Triadic Colors of #e87bca

#e87bca #cae87b #7bcae8

Analogous Colors of #e87bca

#e87bca #e87b94 #d07be8

Monochromatic Colors of #e87bca

#e87bca

Complementary Color

#e87bca #7be899

#e87bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87bca Color CSS Codes

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

#e87bca Text Font Color

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

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


#e87bca Background Color

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

This div background color is #e87bca


#e87bca Border Color

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

This div border color is #e87bca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,123,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87bca


Comments

No comments written yet.

Please login to write comment.