Color Hex Logo

#e190fc Color Hex

#E190FC
(225,144,252)
0 Favorites   0 Comments

Color spaces of #e190fc

RGB 225144252
HSL0.790.950.78
HSV285°43°99°
CMYK 0.110.430.00   0.01
XYZ58.595342.982397.3036
Yxy42.98230.29460.2161
Hunter Lab65.560944.8035-42.1039
CIE-Lab71.543048.2040-41.7067

#e190fc color RGB value is (225,144,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010000 11111100
Octal 341 220 374
Decimal 225 144 252
Hex E1 90 FC

RGB Percentages of Color #e190fc

%36.23
%23.19
%40.58

CMYK Percentages of Color #e190fc

%11
%43
%0
%1

Triadic Colors of #e190fc

#e190fc #fce190 #90fce1

Analogous Colors of #e190fc

#e190fc #fc90e1 #ab90fc

Monochromatic Colors of #e190fc

#e190fc

Complementary Color

#e190fc #abfc90

#e190fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e190fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e190fc Color CSS Codes

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

#e190fc Text Font Color

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

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


#e190fc Background Color

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

This div background color is #e190fc


#e190fc Border Color

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

This div border color is #e190fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e190fc


Comments

No comments written yet.

Please login to write comment.