Color Hex Logo

#e298ba Color Hex

#E298BA
(226,152,186)
0 Favorites   0 Comments

Color spaces of #e298ba

RGB 226152186
HSL0.920.560.74
HSV332°33°89°
CMYK 0.000.330.18   0.11
XYZ51.455242.170451.8821
Yxy42.17040.35360.2898
Hunter Lab64.938727.7944-1.9120
CIE-Lab70.988232.5563-6.2328

#e298ba color RGB value is (226,152,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011000 10111010
Octal 342 230 272
Decimal 226 152 186
Hex E2 98 BA

RGB Percentages of Color #e298ba

%40.07
%26.95
%32.98

CMYK Percentages of Color #e298ba

%0
%33
%18
%11

Triadic Colors of #e298ba

#e298ba #bae298 #98bae2

Analogous Colors of #e298ba

#e298ba #e29b98 #e298df

Monochromatic Colors of #e298ba

#e298ba

Complementary Color

#e298ba #98e2c0

#e298ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e298ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e298ba Color CSS Codes

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

#e298ba Text Font Color

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

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


#e298ba Background Color

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

This div background color is #e298ba


#e298ba Border Color

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

This div border color is #e298ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e298ba


Comments

No comments written yet.

Please login to write comment.