Color Hex Logo

#e88085 Color Hex

#E88085
(232,128,133)
0 Favorites   0 Comments

Color spaces of #e88085

RGB 232128133
HSL0.990.690.71
HSV357°45°91°
CMYK 0.000.450.43   0.09
XYZ45.231534.287626.4245
Yxy34.28760.42690.3236
Hunter Lab58.555635.410714.2330
CIE-Lab65.190240.407215.2317

#e88085 color RGB value is (232,128,133).

#e88085 hex color red value is 232, green value is 128 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #e88085 hue: 0.99 , saturation: 0.69 and the lightness value of e88085 is 0.71.

The process color (four color CMYK) of #e88085 color hex is 0.00, 0.45, 0.43, 0.09. Web safe color of #e88085 is #ff9999. Color #e88085 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000000 10000101
Octal 350 200 205
Decimal 232 128 133
Hex E8 80 85

RGB Percentages of Color #e88085

%47.06
%25.96
%26.98

CMYK Percentages of Color #e88085

%0
%45
%43
%9

Triadic Colors of #e88085

#e88085 #85e880 #8085e8

Analogous Colors of #e88085

#e88085 #e8af80 #e880b9

Monochromatic Colors of #e88085

#e88085

Complementary Color

#e88085 #80e8e3

#e88085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88085 Color CSS Codes

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

#e88085 Text Font Color

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

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


#e88085 Background Color

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

This div background color is #e88085


#e88085 Border Color

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

This div border color is #e88085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88085


Comments

No comments written yet.

Please login to write comment.