Color Hex Logo

#e198bb Color Hex

#E198BB
(225,152,187)
0 Favorites   0 Comments

Color spaces of #e198bb

RGB 225152187
HSL0.920.550.74
HSV331°32°88°
CMYK 0.000.320.17   0.12
XYZ51.249242.051952.4294
Yxy42.05190.35170.2886
Hunter Lab64.847427.5863-2.5430
CIE-Lab70.906732.3633-6.9208

#e198bb color RGB value is (225,152,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011000 10111011
Octal 341 230 273
Decimal 225 152 187
Hex E1 98 BB

RGB Percentages of Color #e198bb

%39.89
%26.95
%33.16

CMYK Percentages of Color #e198bb

%0
%32
%17
%12

Triadic Colors of #e198bb

#e198bb #bbe198 #98bbe1

Analogous Colors of #e198bb

#e198bb #e19a98 #e198e0

Monochromatic Colors of #e198bb

#e198bb

Complementary Color

#e198bb #98e1be

#e198bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e198bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e198bb Color CSS Codes

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

#e198bb Text Font Color

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

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


#e198bb Background Color

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

This div background color is #e198bb


#e198bb Border Color

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

This div border color is #e198bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e198bb


Comments

No comments written yet.

Please login to write comment.