Color Hex Logo

#e98bed Color Hex

#E98BED
(233,139,237)
0 Favorites   0 Comments

Color spaces of #e98bed

RGB 233139237
HSL0.830.730.74
HSV298°41°93°
CMYK 0.020.410.00   0.07
XYZ58.123041.903385.1455
Yxy41.90330.31390.2263
Hunter Lab64.732846.9913-32.6735
CIE-Lab70.804250.2419-34.5974

#e98bed color RGB value is (233,139,237).

#e98bed hex color red value is 233, green value is 139 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e98bed hue: 0.83 , saturation: 0.73 and the lightness value of e98bed is 0.74.

The process color (four color CMYK) of #e98bed color hex is 0.02, 0.41, 0.00, 0.07. Web safe color of #e98bed is #ff99ff. Color #e98bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001011 11101101
Octal 351 213 355
Decimal 233 139 237
Hex E9 8B ED

RGB Percentages of Color #e98bed

%38.26
%22.82
%38.92

CMYK Percentages of Color #e98bed

%2
%41
%0
%7

Triadic Colors of #e98bed

#e98bed #ede98b #8bede9

Analogous Colors of #e98bed

#e98bed #ed8bc0 #b88bed

Monochromatic Colors of #e98bed

#e98bed

Complementary Color

#e98bed #8fed8b

#e98bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98bed Color CSS Codes

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

#e98bed Text Font Color

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

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


#e98bed Background Color

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

This div background color is #e98bed


#e98bed Border Color

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

This div border color is #e98bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98bed


Comments

No comments written yet.

Please login to write comment.