Color Hex Logo

#e68781 Color Hex

#E68781
(230,135,129)
0 Favorites   0 Comments

Color spaces of #e68781

RGB 230135129
HSL0.010.670.70
HSV44°90°
CMYK 0.000.410.44   0.10
XYZ45.259535.735925.2812
Yxy35.73590.42590.3363
Hunter Lab59.779530.529516.7715
CIE-Lab66.317635.628119.0013

#e68781 color RGB value is (230,135,129).

#e68781 hex color red value is 230, green value is 135 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #e68781 hue: 0.01 , saturation: 0.67 and the lightness value of e68781 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000111 10000001
Octal 346 207 201
Decimal 230 135 129
Hex E6 87 81

RGB Percentages of Color #e68781

%46.56
%27.33
%26.11

CMYK Percentages of Color #e68781

%0
%41
%44
%10

Triadic Colors of #e68781

#e68781 #81e687 #8781e6

Analogous Colors of #e68781

#e68781 #e6ba81 #e681ae

Monochromatic Colors of #e68781

#e68781

Complementary Color

#e68781 #81e0e6

#e68781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68781 Color CSS Codes

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

#e68781 Text Font Color

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

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


#e68781 Background Color

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

This div background color is #e68781


#e68781 Border Color

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

This div border color is #e68781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68781


Comments

No comments written yet.

Please login to write comment.