Color Hex Logo

#e87cbd Color Hex

#E87CBD
(232,124,189)
0 Favorites   0 Comments

Color spaces of #e87cbd

RGB 232124189
HSL0.900.700.70
HSV324°47°91°
CMYK 0.000.470.19   0.09
XYZ49.671735.245252.3291
Yxy35.24520.36190.2568
Hunter Lab59.367745.4538-10.7033
CIE-Lab65.939149.5561-15.3855

#e87cbd color RGB value is (232,124,189).

#e87cbd hex color red value is 232, green value is 124 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e87cbd hue: 0.90 , saturation: 0.70 and the lightness value of e87cbd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111100 10111101
Octal 350 174 275
Decimal 232 124 189
Hex E8 7C BD

RGB Percentages of Color #e87cbd

%42.57
%22.75
%34.68

CMYK Percentages of Color #e87cbd

%0
%47
%19
%9

Triadic Colors of #e87cbd

#e87cbd #bde87c #7cbde8

Analogous Colors of #e87cbd

#e87cbd #e87c87 #dd7ce8

Monochromatic Colors of #e87cbd

#e87cbd

Complementary Color

#e87cbd #7ce8a7

#e87cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87cbd Color CSS Codes

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

#e87cbd Text Font Color

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

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


#e87cbd Background Color

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

This div background color is #e87cbd


#e87cbd Border Color

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

This div border color is #e87cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87cbd


Comments

No comments written yet.

Please login to write comment.