Color Hex Logo

#e498fc Color Hex

#E498FC
(228,152,252)
0 Favorites   0 Comments

Color spaces of #e498fc

RGB 228152252
HSL0.790.940.79
HSV286°40°99°
CMYK 0.100.400.00   0.01
XYZ60.793845.978797.7661
Yxy45.97870.29720.2248
Hunter Lab67.807641.3733-38.0200
CIE-Lab73.531744.8887-38.5826

#e498fc color RGB value is (228,152,252).

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

The process color (four color CMYK) of #e498fc color hex is 0.10, 0.40, 0.00, 0.01. Web safe color of #e498fc is #cc99ff. Color #e498fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011000 11111100
Octal 344 230 374
Decimal 228 152 252
Hex E4 98 FC

RGB Percentages of Color #e498fc

%36.08
%24.05
%39.87

CMYK Percentages of Color #e498fc

%10
%40
%0
%1

Triadic Colors of #e498fc

#e498fc #fce498 #98fce4

Analogous Colors of #e498fc

#e498fc #fc98e2 #b298fc

Monochromatic Colors of #e498fc

#e498fc

Complementary Color

#e498fc #b0fc98

#e498fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e498fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e498fc Color CSS Codes

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

#e498fc Text Font Color

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

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


#e498fc Background Color

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

This div background color is #e498fc


#e498fc Border Color

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

This div border color is #e498fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e498fc


Comments

No comments written yet.

Please login to write comment.