Color Hex Logo

#e98adc Color Hex

#E98ADC
(233,138,220)
0 Favorites   0 Comments

Color spaces of #e98adc

RGB 233138220
HSL0.860.680.73
HSV308°41°91°
CMYK 0.000.410.06   0.09
XYZ55.611040.667972.6288
Yxy40.66790.32920.2408
Hunter Lab63.771444.0586-22.8850
CIE-Lab69.942647.7513-26.5714

#e98adc color RGB value is (233,138,220).

#e98adc hex color red value is 233, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e98adc hue: 0.86 , saturation: 0.68 and the lightness value of e98adc is 0.73.

The process color (four color CMYK) of #e98adc color hex is 0.00, 0.41, 0.06, 0.09. Web safe color of #e98adc is #ff99cc. Color #e98adc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001010 11011100
Octal 351 212 334
Decimal 233 138 220
Hex E9 8A DC

RGB Percentages of Color #e98adc

%39.42
%23.35
%37.23

CMYK Percentages of Color #e98adc

%0
%41
%6
%9

Triadic Colors of #e98adc

#e98adc #dce98a #8adce9

Analogous Colors of #e98adc

#e98adc #e98aad #c78ae9

Monochromatic Colors of #e98adc

#e98adc

Complementary Color

#e98adc #8ae997

#e98adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98adc Color CSS Codes

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

#e98adc Text Font Color

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

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


#e98adc Background Color

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

This div background color is #e98adc


#e98adc Border Color

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

This div border color is #e98adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98adc


Comments

No comments written yet.

Please login to write comment.