Color Hex Logo

#e68789 Color Hex

#E68789
(230,135,137)
0 Favorites   0 Comments

Color spaces of #e68789

RGB 230135137
HSL1.000.660.72
HSV359°41°90°
CMYK 0.000.410.40   0.10
XYZ45.812535.957128.1927
Yxy35.95710.41660.3270
Hunter Lab59.964231.436014.0993
CIE-Lab66.487136.481314.7450

#e68789 color RGB value is (230,135,137).

#e68789 hex color red value is 230, green value is 135 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #e68789 hue: 1.00 , saturation: 0.66 and the lightness value of e68789 is 0.72.

The process color (four color CMYK) of #e68789 color hex is 0.00, 0.41, 0.40, 0.10. Web safe color of #e68789 is #ff9999. Color #e68789 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000111 10001001
Octal 346 207 211
Decimal 230 135 137
Hex E6 87 89

RGB Percentages of Color #e68789

%45.82
%26.89
%27.29

CMYK Percentages of Color #e68789

%0
%41
%40
%10

Triadic Colors of #e68789

#e68789 #89e687 #8789e6

Analogous Colors of #e68789

#e68789 #e6b587 #e687b9

Monochromatic Colors of #e68789

#e68789

Complementary Color

#e68789 #87e6e4

#e68789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68789 Color CSS Codes

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

#e68789 Text Font Color

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

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


#e68789 Background Color

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

This div background color is #e68789


#e68789 Border Color

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

This div border color is #e68789


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,135,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68789


Comments

No comments written yet.

Please login to write comment.