Color Hex Logo

#e19cfc Color Hex

#E19CFC
(225,156,252)
0 Favorites   0 Comments

Color spaces of #e19cfc

RGB 225156252
HSL0.790.940.80
HSV283°38°99°
CMYK 0.110.380.00   0.01
XYZ60.510546.812897.9420
Yxy46.81280.29480.2281
Hunter Lab68.419938.1305-36.9788
CIE-Lab74.069941.8988-37.7704

#e19cfc color RGB value is (225,156,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011100 11111100
Octal 341 234 374
Decimal 225 156 252
Hex E1 9C FC

RGB Percentages of Color #e19cfc

%35.55
%24.64
%39.81

CMYK Percentages of Color #e19cfc

%11
%38
%0
%1

Triadic Colors of #e19cfc

#e19cfc #fce19c #9cfce1

Analogous Colors of #e19cfc

#e19cfc #fc9ce7 #b19cfc

Monochromatic Colors of #e19cfc

#e19cfc

Complementary Color

#e19cfc #b7fc9c

#e19cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19cfc Color CSS Codes

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

#e19cfc Text Font Color

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

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


#e19cfc Background Color

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

This div background color is #e19cfc


#e19cfc Border Color

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

This div border color is #e19cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.