Color Hex Logo

#e3858b Color Hex

#E3858B
(227,133,139)
0 Favorites   0 Comments

Color spaces of #e3858b

RGB 227133139
HSL0.990.630.71
HSV356°41°89°
CMYK 0.000.410.39   0.11
XYZ44.726334.970028.8187
Yxy34.97000.41220.3223
Hunter Lab59.135431.519112.5008
CIE-Lab65.725336.642012.4949

#e3858b color RGB value is (227,133,139).

#e3858b hex color red value is 227, green value is 133 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #e3858b hue: 0.99 , saturation: 0.63 and the lightness value of e3858b is 0.71.

The process color (four color CMYK) of #e3858b color hex is 0.00, 0.41, 0.39, 0.11. Web safe color of #e3858b is #cc9999. Color #e3858b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000101 10001011
Octal 343 205 213
Decimal 227 133 139
Hex E3 85 8B

RGB Percentages of Color #e3858b

%45.49
%26.65
%27.86

CMYK Percentages of Color #e3858b

%0
%41
%39
%11

Triadic Colors of #e3858b

#e3858b #8be385 #858be3

Analogous Colors of #e3858b

#e3858b #e3ae85 #e385ba

Monochromatic Colors of #e3858b

#e3858b

Complementary Color

#e3858b #85e3dd

#e3858b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3858b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3858b Color CSS Codes

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

#e3858b Text Font Color

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

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


#e3858b Background Color

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

This div background color is #e3858b


#e3858b Border Color

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

This div border color is #e3858b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3858b


Comments

No comments written yet.

Please login to write comment.