Color Hex Logo

#e18f7b Color Hex

#E18F7B
(225,143,123)
0 Favorites   0 Comments

Color spaces of #e18f7b

RGB 225143123
HSL0.030.630.68
HSV12°45°88°
CMYK 0.000.360.45   0.12
XYZ44.448937.082523.5538
Yxy37.08250.42300.3529
Hunter Lab60.895423.724119.6939
CIE-Lab67.338928.881223.6281

#e18f7b color RGB value is (225,143,123).

#e18f7b hex color red value is 225, green value is 143 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #e18f7b hue: 0.03 , saturation: 0.63 and the lightness value of e18f7b is 0.68.

The process color (four color CMYK) of #e18f7b color hex is 0.00, 0.36, 0.45, 0.12. Web safe color of #e18f7b is #cc9966. Color #e18f7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001111 01111011
Octal 341 217 173
Decimal 225 143 123
Hex E1 8F 7B

RGB Percentages of Color #e18f7b

%45.82
%29.12
%25.05

CMYK Percentages of Color #e18f7b

%0
%36
%45
%12

Triadic Colors of #e18f7b

#e18f7b #7be18f #8f7be1

Analogous Colors of #e18f7b

#e18f7b #e1c27b #e17b9a

Monochromatic Colors of #e18f7b

#e18f7b

Complementary Color

#e18f7b #7bcde1

#e18f7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18f7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18f7b Color CSS Codes

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

#e18f7b Text Font Color

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

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


#e18f7b Background Color

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

This div background color is #e18f7b


#e18f7b Border Color

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

This div border color is #e18f7b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,143,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e18f7b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e18f7b;
  -webkit-box-shadow: 1px 1px 3px 2px #e18f7b;
  box-shadow:         1px 1px 3px 2px #e18f7b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,143,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18f7b


Comments

No comments written yet.

Please login to write comment.