Color Hex Logo

#e498bc Color Hex

#E498BC
(228,152,188)
0 Favorites   0 Comments

Color spaces of #e498bc

RGB 228152188
HSL0.920.580.75
HSV332°33°89°
CMYK 0.000.330.18   0.11
XYZ52.300242.581353.0394
Yxy42.58130.35360.2879
Hunter Lab65.254328.8695-2.5135
CIE-Lab71.269933.5610-6.9002

#e498bc color RGB value is (228,152,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011000 10111100
Octal 344 230 274
Decimal 228 152 188
Hex E4 98 BC

RGB Percentages of Color #e498bc

%40.14
%26.76
%33.10

CMYK Percentages of Color #e498bc

%0
%33
%18
%11

Triadic Colors of #e498bc

#e498bc #bce498 #98bce4

Analogous Colors of #e498bc

#e498bc #e49a98 #e498e2

Monochromatic Colors of #e498bc

#e498bc

Complementary Color

#e498bc #98e4c0

#e498bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e498bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e498bc Color CSS Codes

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

#e498bc Text Font Color

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

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


#e498bc Background Color

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

This div background color is #e498bc


#e498bc Border Color

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

This div border color is #e498bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e498bc


Comments

No comments written yet.

Please login to write comment.