Color Hex Logo

#e873b5 Color Hex

#E873B5
(232,115,181)
0 Favorites   0 Comments

Color spaces of #e873b5

RGB 232115181
HSL0.910.720.68
HSV326°50°91°
CMYK 0.000.500.22   0.09
XYZ47.749932.753547.5214
Yxy32.75350.37300.2558
Hunter Lab57.230748.7762-9.1699
CIE-Lab63.960852.8208-13.8438

#e873b5 color RGB value is (232,115,181).

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

The process color (four color CMYK) of #e873b5 color hex is 0.00, 0.50, 0.22, 0.09. Web safe color of #e873b5 is #ff66cc. Color #e873b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110011 10110101
Octal 350 163 265
Decimal 232 115 181
Hex E8 73 B5

RGB Percentages of Color #e873b5

%43.94
%21.78
%34.28

CMYK Percentages of Color #e873b5

%0
%50
%22
%9

Triadic Colors of #e873b5

#e873b5 #b5e873 #73b5e8

Analogous Colors of #e873b5

#e873b5 #e8737b #e173e8

Monochromatic Colors of #e873b5

#e873b5

Complementary Color

#e873b5 #73e8a6

#e873b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e873b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e873b5 Color CSS Codes

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

#e873b5 Text Font Color

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

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


#e873b5 Background Color

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

This div background color is #e873b5


#e873b5 Border Color

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

This div border color is #e873b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e873b5


Comments

No comments written yet.

Please login to write comment.