Color Hex Logo

#e998bd Color Hex

#E998BD
(233,152,189)
0 Favorites   0 Comments

Color spaces of #e998bd

RGB 233152189
HSL0.920.650.75
HSV333°35°91°
CMYK 0.000.350.19   0.09
XYZ54.017843.454253.6846
Yxy43.45420.35740.2875
Hunter Lab65.919830.9117-2.1415
CIE-Lab71.862235.4450-6.5145

#e998bd color RGB value is (233,152,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011000 10111101
Octal 351 230 275
Decimal 233 152 189
Hex E9 98 BD

RGB Percentages of Color #e998bd

%40.59
%26.48
%32.93

CMYK Percentages of Color #e998bd

%0
%35
%19
%9

Triadic Colors of #e998bd

#e998bd #bde998 #98bde9

Analogous Colors of #e998bd

#e998bd #e99c98 #e998e6

Monochromatic Colors of #e998bd

#e998bd

Complementary Color

#e998bd #98e9c4

#e998bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e998bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e998bd Color CSS Codes

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

#e998bd Text Font Color

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

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


#e998bd Background Color

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

This div background color is #e998bd


#e998bd Border Color

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

This div border color is #e998bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e998bd


Comments

No comments written yet.

Please login to write comment.