Color Hex Logo

#e998fc Color Hex

#E998FC
(233,152,252)
0 Favorites   0 Comments

Color spaces of #e998fc

RGB 233152252
HSL0.800.940.79
HSV289°40°99°
CMYK 0.080.400.00   0.01
XYZ62.403246.808497.8414
Yxy46.80840.30140.2261
Hunter Lab68.416743.0816-36.8979
CIE-Lab74.067046.3497-37.7091

#e998fc color RGB value is (233,152,252).

#e998fc hex color red value is 233, green value is 152 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e998fc hue: 0.80 , saturation: 0.94 and the lightness value of e998fc is 0.79.

The process color (four color CMYK) of #e998fc color hex is 0.08, 0.40, 0.00, 0.01. Web safe color of #e998fc is #ff99ff. Color #e998fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011000 11111100
Octal 351 230 374
Decimal 233 152 252
Hex E9 98 FC

RGB Percentages of Color #e998fc

%36.58
%23.86
%39.56

CMYK Percentages of Color #e998fc

%8
%40
%0
%1

Triadic Colors of #e998fc

#e998fc #fce998 #98fce9

Analogous Colors of #e998fc

#e998fc #fc98dd #b798fc

Monochromatic Colors of #e998fc

#e998fc

Complementary Color

#e998fc #abfc98

#e998fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e998fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e998fc Color CSS Codes

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

#e998fc Text Font Color

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

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


#e998fc Background Color

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

This div background color is #e998fc


#e998fc Border Color

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

This div border color is #e998fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e998fc

Related Colors


Comments

No comments written yet.

Please login to write comment.