Color Hex Logo

#e598fe Color Hex

#E598FE
(229,152,254)
0 Favorites   0 Comments

Color spaces of #e598fe

RGB 229152254
HSL0.790.980.80
HSV285°40°100°
CMYK 0.100.400.00   0.00
XYZ61.430746.270299.4592
Yxy46.27020.29650.2234
Hunter Lab68.022242.1641-39.0758
CIE-Lab73.720545.5741-39.3645

#e598fe color RGB value is (229,152,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011000 11111110
Octal 345 230 376
Decimal 229 152 254
Hex E5 98 FE

RGB Percentages of Color #e598fe

%36.06
%23.94
%40.00

CMYK Percentages of Color #e598fe

%10
%40
%0
%0

Triadic Colors of #e598fe

#e598fe #fee598 #98fee5

Analogous Colors of #e598fe

#e598fe #fe98e4 #b298fe

Monochromatic Colors of #e598fe

#e598fe

Complementary Color

#e598fe #b1fe98

#e598fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e598fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e598fe Color CSS Codes

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

#e598fe Text Font Color

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

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


#e598fe Background Color

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

This div background color is #e598fe


#e598fe Border Color

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

This div border color is #e598fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e598fe

Related Colors


Comments

No comments written yet.

Please login to write comment.