Color Hex Logo

#e38b7d Color Hex

#E38B7D
(227,139,125)
0 Favorites   0 Comments

Color spaces of #e38b7d

RGB 227139125
HSL0.020.650.69
HSV45°89°
CMYK 0.000.390.45   0.11
XYZ44.612836.276824.0528
Yxy36.27680.42510.3457
Hunter Lab60.230226.812918.4838
CIE-Lab66.730931.978321.7379

#e38b7d color RGB value is (227,139,125).

#e38b7d hex color red value is 227, green value is 139 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #e38b7d hue: 0.02 , saturation: 0.65 and the lightness value of e38b7d is 0.69.

The process color (four color CMYK) of #e38b7d color hex is 0.00, 0.39, 0.45, 0.11. Web safe color of #e38b7d is #cc9966. Color #e38b7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001011 01111101
Octal 343 213 175
Decimal 227 139 125
Hex E3 8B 7D

RGB Percentages of Color #e38b7d

%46.23
%28.31
%25.46

CMYK Percentages of Color #e38b7d

%0
%39
%45
%11

Triadic Colors of #e38b7d

#e38b7d #7de38b #8b7de3

Analogous Colors of #e38b7d

#e38b7d #e3be7d #e37da2

Monochromatic Colors of #e38b7d

#e38b7d

Complementary Color

#e38b7d #7dd5e3

#e38b7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38b7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38b7d Color CSS Codes

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

#e38b7d Text Font Color

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

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


#e38b7d Background Color

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

This div background color is #e38b7d


#e38b7d Border Color

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

This div border color is #e38b7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,139,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e38b7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e38b7d;
  -webkit-box-shadow: 1px 1px 3px 2px #e38b7d;
  box-shadow:         1px 1px 3px 2px #e38b7d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,139,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38b7d


Comments

No comments written yet.

Please login to write comment.