Color Hex Logo

#e68eab Color Hex

#E68EAB
(230,142,171)
0 Favorites   0 Comments

Color spaces of #e68eab

RGB 230142171
HSL0.950.640.73
HSV340°38°90°
CMYK 0.000.380.26   0.10
XYZ49.656839.109343.4597
Yxy39.10930.37550.2958
Hunter Lab62.537432.29442.5733
CIE-Lab68.830437.0536-0.9965

#e68eab color RGB value is (230,142,171).

#e68eab hex color red value is 230, green value is 142 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e68eab hue: 0.95 , saturation: 0.64 and the lightness value of e68eab is 0.73.

The process color (four color CMYK) of #e68eab color hex is 0.00, 0.38, 0.26, 0.10. Web safe color of #e68eab is #ff9999. Color #e68eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001110 10101011
Octal 346 216 253
Decimal 230 142 171
Hex E6 8E AB

RGB Percentages of Color #e68eab

%42.36
%26.15
%31.49

CMYK Percentages of Color #e68eab

%0
%38
%26
%10

Triadic Colors of #e68eab

#e68eab #abe68e #8eabe6

Analogous Colors of #e68eab

#e68eab #e69d8e #e68ed7

Monochromatic Colors of #e68eab

#e68eab

Complementary Color

#e68eab #8ee6c9

#e68eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68eab Color CSS Codes

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

#e68eab Text Font Color

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

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


#e68eab Background Color

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

This div background color is #e68eab


#e68eab Border Color

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

This div border color is #e68eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68eab


Comments

No comments written yet.

Please login to write comment.