Color Hex Logo

#e87b7d Color Hex

#E87B7D
(232,123,125)
0 Favorites   0 Comments

Color spaces of #e87b7d

RGB 232123125
HSL1.000.700.70
HSV359°47°91°
CMYK 0.000.470.46   0.09
XYZ44.063332.802423.4111
Yxy32.80240.43940.3271
Hunter Lab57.273437.100615.8560
CIE-Lab64.000642.144818.1154

#e87b7d color RGB value is (232,123,125).

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

The process color (four color CMYK) of #e87b7d color hex is 0.00, 0.47, 0.46, 0.09. Web safe color of #e87b7d is #ff6666. Color #e87b7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111011 01111101
Octal 350 173 175
Decimal 232 123 125
Hex E8 7B 7D

RGB Percentages of Color #e87b7d

%48.33
%25.63
%26.04

CMYK Percentages of Color #e87b7d

%0
%47
%46
%9

Triadic Colors of #e87b7d

#e87b7d #7de87b #7b7de8

Analogous Colors of #e87b7d

#e87b7d #e8b07b #e87bb4

Monochromatic Colors of #e87b7d

#e87b7d

Complementary Color

#e87b7d #7be8e6

#e87b7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87b7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87b7d Color CSS Codes

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

#e87b7d Text Font Color

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

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


#e87b7d Background Color

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

This div background color is #e87b7d


#e87b7d Border Color

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

This div border color is #e87b7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87b7d


Comments

No comments written yet.

Please login to write comment.