Color Hex Logo

#e298af Color Hex

#E298AF
(226,152,175)
0 Favorites   0 Comments

Color spaces of #e298af

RGB 226152175
HSL0.950.560.74
HSV341°33°89°
CMYK 0.000.330.23   0.11
XYZ50.330141.720445.9576
Yxy41.72040.36470.3023
Hunter Lab64.591326.05393.0283
CIE-Lab70.677730.9027-0.5802

#e298af color RGB value is (226,152,175).

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

The process color (four color CMYK) of #e298af color hex is 0.00, 0.33, 0.23, 0.11. Web safe color of #e298af is #cc9999. Color #e298af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011000 10101111
Octal 342 230 257
Decimal 226 152 175
Hex E2 98 AF

RGB Percentages of Color #e298af

%40.87
%27.49
%31.65

CMYK Percentages of Color #e298af

%0
%33
%23
%11

Triadic Colors of #e298af

#e298af #afe298 #98afe2

Analogous Colors of #e298af

#e298af #e2a698 #e298d4

Monochromatic Colors of #e298af

#e298af

Complementary Color

#e298af #98e2cb

#e298af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e298af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e298af Color CSS Codes

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

#e298af Text Font Color

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

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


#e298af Background Color

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

This div background color is #e298af


#e298af Border Color

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

This div border color is #e298af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,152,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e298af


Comments

No comments written yet.

Please login to write comment.