Color Hex Logo

#e697ba Color Hex

#E697BA
(230,151,186)
0 Favorites   0 Comments

Color spaces of #e697ba

RGB 230151186
HSL0.930.610.75
HSV333°34°90°
CMYK 0.000.340.19   0.10
XYZ52.562742.501451.8876
Yxy42.50140.35770.2892
Hunter Lab65.193129.8298-1.5541
CIE-Lab71.215234.4808-5.8469

#e697ba color RGB value is (230,151,186).

#e697ba hex color red value is 230, green value is 151 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e697ba hue: 0.93 , saturation: 0.61 and the lightness value of e697ba is 0.75.

The process color (four color CMYK) of #e697ba color hex is 0.00, 0.34, 0.19, 0.10. Web safe color of #e697ba is #ff99cc. Color #e697ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010111 10111010
Octal 346 227 272
Decimal 230 151 186
Hex E6 97 BA

RGB Percentages of Color #e697ba

%40.56
%26.63
%32.80

CMYK Percentages of Color #e697ba

%0
%34
%19
%10

Triadic Colors of #e697ba

#e697ba #bae697 #97bae6

Analogous Colors of #e697ba

#e697ba #e69c97 #e697e2

Monochromatic Colors of #e697ba

#e697ba

Complementary Color

#e697ba #97e6c3

#e697ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e697ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e697ba Color CSS Codes

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

#e697ba Text Font Color

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

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


#e697ba Background Color

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

This div background color is #e697ba


#e697ba Border Color

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

This div border color is #e697ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e697ba


Comments

No comments written yet.

Please login to write comment.