Color Hex Logo

#e198be Color Hex

#E198BE
(225,152,190)
0 Favorites   0 Comments

Color spaces of #e198be

RGB 225152190
HSL0.910.550.74
HSV329°32°88°
CMYK 0.000.320.16   0.12
XYZ51.573842.181754.1388
Yxy42.18170.34870.2852
Hunter Lab64.947428.0862-3.9597
CIE-Lab70.996032.8357-8.4522

#e198be color RGB value is (225,152,190).

#e198be hex color red value is 225, green value is 152 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e198be hue: 0.91 , saturation: 0.55 and the lightness value of e198be is 0.74.

The process color (four color CMYK) of #e198be color hex is 0.00, 0.32, 0.16, 0.12. Web safe color of #e198be is #cc99cc. Color #e198be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011000 10111110
Octal 341 230 276
Decimal 225 152 190
Hex E1 98 BE

RGB Percentages of Color #e198be

%39.68
%26.81
%33.51

CMYK Percentages of Color #e198be

%0
%32
%16
%12

Triadic Colors of #e198be

#e198be #bee198 #98bee1

Analogous Colors of #e198be

#e198be #e1989a #e098e1

Monochromatic Colors of #e198be

#e198be

Complementary Color

#e198be #98e1bb

#e198be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e198be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e198be Color CSS Codes

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

#e198be Text Font Color

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

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


#e198be Background Color

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

This div background color is #e198be


#e198be Border Color

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

This div border color is #e198be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e198be


Comments

No comments written yet.

Please login to write comment.