Color Hex Logo

#e998bc Color Hex

#E998BC
(233,152,188)
0 Favorites   0 Comments

Color spaces of #e998bc

RGB 233152188
HSL0.930.650.75
HSV333°35°91°
CMYK 0.000.350.19   0.09
XYZ53.909643.411053.1148
Yxy43.41100.35840.2886
Hunter Lab65.887030.7487-1.6757
CIE-Lab71.833035.2939-6.0037

#e998bc color RGB value is (233,152,188).

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

The process color (four color CMYK) of #e998bc color hex is 0.00, 0.35, 0.19, 0.09. Web safe color of #e998bc is #ff99cc. Color #e998bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011000 10111100
Octal 351 230 274
Decimal 233 152 188
Hex E9 98 BC

RGB Percentages of Color #e998bc

%40.66
%26.53
%32.81

CMYK Percentages of Color #e998bc

%0
%35
%19
%9

Triadic Colors of #e998bc

#e998bc #bce998 #98bce9

Analogous Colors of #e998bc

#e998bc #e99d98 #e998e5

Monochromatic Colors of #e998bc

#e998bc

Complementary Color

#e998bc #98e9c5

#e998bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e998bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e998bc Color CSS Codes

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

#e998bc Text Font Color

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

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


#e998bc Background Color

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

This div background color is #e998bc


#e998bc Border Color

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

This div border color is #e998bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e998bc


Comments

No comments written yet.

Please login to write comment.