Color Hex Logo

#e68897 Color Hex

#E68897
(230,136,151)
0 Favorites   0 Comments

Color spaces of #e68897

RGB 230136151
HSL0.970.650.72
HSV350°41°90°
CMYK 0.000.410.34   0.10
XYZ47.023236.665733.8769
Yxy36.66570.40000.3119
Hunter Lab60.552232.65199.2158
CIE-Lab67.025537.58447.6249

#e68897 color RGB value is (230,136,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001000 10010111
Octal 346 210 227
Decimal 230 136 151
Hex E6 88 97

RGB Percentages of Color #e68897

%44.49
%26.31
%29.21

CMYK Percentages of Color #e68897

%0
%41
%34
%10

Triadic Colors of #e68897

#e68897 #97e688 #8897e6

Analogous Colors of #e68897

#e68897 #e6a888 #e688c6

Monochromatic Colors of #e68897

#e68897

Complementary Color

#e68897 #88e6d7

#e68897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68897 Color CSS Codes

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

#e68897 Text Font Color

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

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


#e68897 Background Color

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

This div background color is #e68897


#e68897 Border Color

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

This div border color is #e68897


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68897


Comments

No comments written yet.

Please login to write comment.