Color Hex Logo

#e78290 Color Hex

#E78290
(231,130,144)
0 Favorites   0 Comments

Color spaces of #e78290

RGB 231130144
HSL0.980.680.71
HSV352°44°91°
CMYK 0.000.440.38   0.09
XYZ45.971734.967830.7120
Yxy34.96780.41170.3132
Hunter Lab59.133635.285910.6003
CIE-Lab65.723640.22609.7393

#e78290 color RGB value is (231,130,144).

#e78290 hex color red value is 231, green value is 130 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #e78290 hue: 0.98 , saturation: 0.68 and the lightness value of e78290 is 0.71.

The process color (four color CMYK) of #e78290 color hex is 0.00, 0.44, 0.38, 0.09. Web safe color of #e78290 is #ff9999. Color #e78290 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000010 10010000
Octal 347 202 220
Decimal 231 130 144
Hex E7 82 90

RGB Percentages of Color #e78290

%45.74
%25.74
%28.51

CMYK Percentages of Color #e78290

%0
%44
%38
%9

Triadic Colors of #e78290

#e78290 #90e782 #8290e7

Analogous Colors of #e78290

#e78290 #e7a782 #e782c3

Monochromatic Colors of #e78290

#e78290

Complementary Color

#e78290 #82e7d9

#e78290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78290 Color CSS Codes

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

#e78290 Text Font Color

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

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


#e78290 Background Color

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

This div background color is #e78290


#e78290 Border Color

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

This div border color is #e78290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78290


Comments

No comments written yet.

Please login to write comment.