Color Hex Logo

#e87294 Color Hex

#E87294
(232,114,148)
0 Favorites   0 Comments

Color spaces of #e87294

RGB 232114148
HSL0.950.720.68
HSV343°51°91°
CMYK 0.000.510.36   0.09
XYZ44.641331.328631.7111
Yxy31.32860.41460.2909
Hunter Lab55.972044.41455.5894
CIE-Lab62.784149.07323.2640

#e87294 color RGB value is (232,114,148).

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

The process color (four color CMYK) of #e87294 color hex is 0.00, 0.51, 0.36, 0.09. Web safe color of #e87294 is #ff6699. Color #e87294 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110010 10010100
Octal 350 162 224
Decimal 232 114 148
Hex E8 72 94

RGB Percentages of Color #e87294

%46.96
%23.08
%29.96

CMYK Percentages of Color #e87294

%0
%51
%36
%9

Triadic Colors of #e87294

#e87294 #94e872 #7294e8

Analogous Colors of #e87294

#e87294 #e88b72 #e872cf

Monochromatic Colors of #e87294

#e87294

Complementary Color

#e87294 #72e8c6

#e87294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87294 Color CSS Codes

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

#e87294 Text Font Color

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

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


#e87294 Background Color

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

This div background color is #e87294


#e87294 Border Color

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

This div border color is #e87294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87294


Comments

No comments written yet.

Please login to write comment.