Color Hex Logo

#e68b7b Color Hex

#E68B7B
(230,139,123)
0 Favorites   0 Comments

Color spaces of #e68b7b

RGB 230139123
HSL0.020.680.69
HSV47°90°
CMYK 0.000.400.47   0.10
XYZ45.440936.718323.4312
Yxy36.71830.43040.3477
Hunter Lab60.595627.815519.4906
CIE-Lab67.065132.927023.3648

#e68b7b color RGB value is (230,139,123).

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

The process color (four color CMYK) of #e68b7b color hex is 0.00, 0.40, 0.47, 0.10. Web safe color of #e68b7b is #ff9966. Color #e68b7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001011 01111011
Octal 346 213 173
Decimal 230 139 123
Hex E6 8B 7B

RGB Percentages of Color #e68b7b

%46.75
%28.25
%25.00

CMYK Percentages of Color #e68b7b

%0
%40
%47
%10

Triadic Colors of #e68b7b

#e68b7b #7be68b #8b7be6

Analogous Colors of #e68b7b

#e68b7b #e6c17b #e67ba1

Monochromatic Colors of #e68b7b

#e68b7b

Complementary Color

#e68b7b #7bd6e6

#e68b7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68b7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68b7b Color CSS Codes

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

#e68b7b Text Font Color

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

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


#e68b7b Background Color

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

This div background color is #e68b7b


#e68b7b Border Color

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

This div border color is #e68b7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68b7b


Comments

No comments written yet.

Please login to write comment.