Color Hex Logo

#e68bab Color Hex

#E68BAB
(230,139,171)
0 Favorites   0 Comments

Color spaces of #e68bab

RGB 230139171
HSL0.940.650.72
HSV339°40°90°
CMYK 0.000.400.26   0.10
XYZ49.216438.228543.3129
Yxy38.22850.37640.2924
Hunter Lab61.829233.88591.7463
CIE-Lab68.188738.6254-1.9368

#e68bab color RGB value is (230,139,171).

#e68bab hex color red value is 230, green value is 139 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e68bab hue: 0.94 , saturation: 0.65 and the lightness value of e68bab is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001011 10101011
Octal 346 213 253
Decimal 230 139 171
Hex E6 8B AB

RGB Percentages of Color #e68bab

%42.59
%25.74
%31.67

CMYK Percentages of Color #e68bab

%0
%40
%26
%10

Triadic Colors of #e68bab

#e68bab #abe68b #8babe6

Analogous Colors of #e68bab

#e68bab #e6998b #e68bd9

Monochromatic Colors of #e68bab

#e68bab

Complementary Color

#e68bab #8be6c6

#e68bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68bab Color CSS Codes

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

#e68bab Text Font Color

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

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


#e68bab Background Color

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

This div background color is #e68bab


#e68bab Border Color

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

This div border color is #e68bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68bab


Comments

No comments written yet.

Please login to write comment.