Color Hex Logo

#e78598 Color Hex

#E78598
(231,133,152)
0 Favorites   0 Comments

Color spaces of #e78598

RGB 231133152
HSL0.970.670.71
HSV348°42°91°
CMYK 0.000.420.34   0.09
XYZ47.010036.031034.1827
Yxy36.03100.40100.3074
Hunter Lab60.025834.74948.2544
CIE-Lab66.543639.62436.3876

#e78598 color RGB value is (231,133,152).

#e78598 hex color red value is 231, green value is 133 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #e78598 hue: 0.97 , saturation: 0.67 and the lightness value of e78598 is 0.71.

The process color (four color CMYK) of #e78598 color hex is 0.00, 0.42, 0.34, 0.09. Web safe color of #e78598 is #ff9999. Color #e78598 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000101 10011000
Octal 347 205 230
Decimal 231 133 152
Hex E7 85 98

RGB Percentages of Color #e78598

%44.77
%25.78
%29.46

CMYK Percentages of Color #e78598

%0
%42
%34
%9

Triadic Colors of #e78598

#e78598 #98e785 #8598e7

Analogous Colors of #e78598

#e78598 #e7a385 #e785c9

Monochromatic Colors of #e78598

#e78598

Complementary Color

#e78598 #85e7d4

#e78598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78598 Color CSS Codes

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

#e78598 Text Font Color

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

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


#e78598 Background Color

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

This div background color is #e78598


#e78598 Border Color

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

This div border color is #e78598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78598


Comments

No comments written yet.

Please login to write comment.