Color Hex Logo

#e885b2 Color Hex

#E885B2
(232,133,178)
0 Favorites   0 Comments

Color spaces of #e885b2

RGB 232133178
HSL0.920.680.72
HSV333°43°91°
CMYK 0.000.430.23   0.09
XYZ49.702137.145246.6696
Yxy37.14520.37230.2782
Hunter Lab60.946938.9095-2.7381
CIE-Lab67.385843.4024-7.0267

#e885b2 color RGB value is (232,133,178).

#e885b2 hex color red value is 232, green value is 133 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #e885b2 hue: 0.92 , saturation: 0.68 and the lightness value of e885b2 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000101 10110010
Octal 350 205 262
Decimal 232 133 178
Hex E8 85 B2

RGB Percentages of Color #e885b2

%42.73
%24.49
%32.78

CMYK Percentages of Color #e885b2

%0
%43
%23
%9

Triadic Colors of #e885b2

#e885b2 #b2e885 #85b2e8

Analogous Colors of #e885b2

#e885b2 #e88a85 #e885e4

Monochromatic Colors of #e885b2

#e885b2

Complementary Color

#e885b2 #85e8bb

#e885b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e885b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e885b2 Color CSS Codes

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

#e885b2 Text Font Color

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

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


#e885b2 Background Color

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

This div background color is #e885b2


#e885b2 Border Color

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

This div border color is #e885b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e885b2


Comments

No comments written yet.

Please login to write comment.