Color Hex Logo

#e873b2 Color Hex

#E873B2
(232,115,178)
0 Favorites   0 Comments

Color spaces of #e873b2

RGB 232115178
HSL0.910.720.68
HSV328°50°91°
CMYK 0.000.500.23   0.09
XYZ47.445332.631645.9174
Yxy32.63160.37660.2590
Hunter Lab57.124148.2889-7.6716
CIE-Lab63.861552.4019-12.2886

#e873b2 color RGB value is (232,115,178).

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

The process color (four color CMYK) of #e873b2 color hex is 0.00, 0.50, 0.23, 0.09. Web safe color of #e873b2 is #ff6699. Color #e873b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110011 10110010
Octal 350 163 262
Decimal 232 115 178
Hex E8 73 B2

RGB Percentages of Color #e873b2

%44.19
%21.90
%33.90

CMYK Percentages of Color #e873b2

%0
%50
%23
%9

Triadic Colors of #e873b2

#e873b2 #b2e873 #73b2e8

Analogous Colors of #e873b2

#e873b2 #e87378 #e473e8

Monochromatic Colors of #e873b2

#e873b2

Complementary Color

#e873b2 #73e8a9

#e873b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e873b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e873b2 Color CSS Codes

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

#e873b2 Text Font Color

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

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


#e873b2 Background Color

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

This div background color is #e873b2


#e873b2 Border Color

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

This div border color is #e873b2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,115,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 #e873b2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e873b2


Comments

No comments written yet.

Please login to write comment.