Color Hex Logo

#e198bc Color Hex

#E198BC
(225,152,188)
0 Favorites   0 Comments

Color spaces of #e198bc

RGB 225152188
HSL0.920.550.74
HSV330°32°88°
CMYK 0.000.320.16   0.12
XYZ51.356742.094952.9953
Yxy42.09490.35070.2874
Hunter Lab64.880627.7520-3.0124
CIE-Lab70.936332.5200-7.4317

#e198bc color RGB value is (225,152,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011000 10111100
Octal 341 230 274
Decimal 225 152 188
Hex E1 98 BC

RGB Percentages of Color #e198bc

%39.82
%26.90
%33.27

CMYK Percentages of Color #e198bc

%0
%32
%16
%12

Triadic Colors of #e198bc

#e198bc #bce198 #98bce1

Analogous Colors of #e198bc

#e198bc #e19998 #e198e1

Monochromatic Colors of #e198bc

#e198bc

Complementary Color

#e198bc #98e1bd

#e198bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e198bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e198bc Color CSS Codes

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

#e198bc Text Font Color

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

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


#e198bc Background Color

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

This div background color is #e198bc


#e198bc Border Color

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

This div border color is #e198bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e198bc


Comments

No comments written yet.

Please login to write comment.