Color Hex Logo

#e198fc Color Hex

#E198FC
(225,152,252)
0 Favorites   0 Comments

Color spaces of #e198fc

RGB 225152252
HSL0.790.940.79
HSV284°40°99°
CMYK 0.110.400.00   0.01
XYZ59.850345.492397.7219
Yxy45.49230.29470.2240
Hunter Lab67.448040.3589-38.6886
CIE-Lab73.214944.0141-39.0998

#e198fc color RGB value is (225,152,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011000 11111100
Octal 341 230 374
Decimal 225 152 252
Hex E1 98 FC

RGB Percentages of Color #e198fc

%35.77
%24.17
%40.06

CMYK Percentages of Color #e198fc

%11
%40
%0
%1

Triadic Colors of #e198fc

#e198fc #fce198 #98fce1

Analogous Colors of #e198fc

#e198fc #fc98e5 #af98fc

Monochromatic Colors of #e198fc

#e198fc

Complementary Color

#e198fc #b3fc98

#e198fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e198fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e198fc Color CSS Codes

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

#e198fc Text Font Color

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

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


#e198fc Background Color

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

This div background color is #e198fc


#e198fc Border Color

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

This div border color is #e198fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e198fc

Related Colors


Comments

No comments written yet.

Please login to write comment.