Color Hex Logo

#e297ba Color Hex

#E297BA
(226,151,186)
0 Favorites   0 Comments

Color spaces of #e297ba

RGB 226151186
HSL0.920.560.74
HSV332°33°89°
CMYK 0.000.330.18   0.11
XYZ51.293641.847151.8282
Yxy41.84710.35380.2887
Hunter Lab64.689328.3303-2.2198
CIE-Lab70.765433.0899-6.5629

#e297ba color RGB value is (226,151,186).

#e297ba hex color red value is 226, green value is 151 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e297ba hue: 0.92 , saturation: 0.56 and the lightness value of e297ba is 0.74.

The process color (four color CMYK) of #e297ba color hex is 0.00, 0.33, 0.18, 0.11. Web safe color of #e297ba is #cc99cc. Color #e297ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010111 10111010
Octal 342 227 272
Decimal 226 151 186
Hex E2 97 BA

RGB Percentages of Color #e297ba

%40.14
%26.82
%33.04

CMYK Percentages of Color #e297ba

%0
%33
%18
%11

Triadic Colors of #e297ba

#e297ba #bae297 #97bae2

Analogous Colors of #e297ba

#e297ba #e29a97 #e297e0

Monochromatic Colors of #e297ba

#e297ba

Complementary Color

#e297ba #97e2bf

#e297ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e297ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e297ba Color CSS Codes

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

#e297ba Text Font Color

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

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


#e297ba Background Color

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

This div background color is #e297ba


#e297ba Border Color

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

This div border color is #e297ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e297ba


Comments

No comments written yet.

Please login to write comment.