Color Hex Logo

#e99b7b Color Hex

#E99B7B
(233,155,123)
0 Favorites   0 Comments

Color spaces of #e99b7b

RGB 233155123
HSL0.050.710.70
HSV17°47°91°
CMYK 0.000.330.47   0.09
XYZ48.900842.196424.3063
Yxy42.19640.42370.3656
Hunter Lab64.958820.696623.2860
CIE-Lab71.006125.621228.6857

#e99b7b color RGB value is (233,155,123).

#e99b7b hex color red value is 233, green value is 155 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #e99b7b hue: 0.05 , saturation: 0.71 and the lightness value of e99b7b is 0.70.

The process color (four color CMYK) of #e99b7b color hex is 0.00, 0.33, 0.47, 0.09. Web safe color of #e99b7b is #ff9966. Color #e99b7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011011 01111011
Octal 351 233 173
Decimal 233 155 123
Hex E9 9B 7B

RGB Percentages of Color #e99b7b

%45.60
%30.33
%24.07

CMYK Percentages of Color #e99b7b

%0
%33
%47
%9

Triadic Colors of #e99b7b

#e99b7b #7be99b #9b7be9

Analogous Colors of #e99b7b

#e99b7b #e9d27b #e97b92

Monochromatic Colors of #e99b7b

#e99b7b

Complementary Color

#e99b7b #7bc9e9

#e99b7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e99b7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e99b7b Color CSS Codes

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

#e99b7b Text Font Color

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

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


#e99b7b Background Color

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

This div background color is #e99b7b


#e99b7b Border Color

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

This div border color is #e99b7b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,155,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 #e99b7b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e99b7b


Comments

No comments written yet.

Please login to write comment.