Color Hex Logo

#e19fec Color Hex

#E19FEC
(225,159,236)
0 Favorites   0 Comments

Color spaces of #e19fec

RGB 225159236
HSL0.810.670.77
HSV291°33°93°
CMYK 0.050.330.00   0.07
XYZ58.589846.860085.3137
Yxy46.86000.30710.2456
Hunter Lab68.454432.9823-25.9742
CIE-Lab74.100137.1684-29.0360

#e19fec color RGB value is (225,159,236).

#e19fec hex color red value is 225, green value is 159 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e19fec hue: 0.81 , saturation: 0.67 and the lightness value of e19fec is 0.77.

The process color (four color CMYK) of #e19fec color hex is 0.05, 0.33, 0.00, 0.07. Web safe color of #e19fec is #cc99ff. Color #e19fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011111 11101100
Octal 341 237 354
Decimal 225 159 236
Hex E1 9F EC

RGB Percentages of Color #e19fec

%36.29
%25.65
%38.06

CMYK Percentages of Color #e19fec

%5
%33
%0
%7

Triadic Colors of #e19fec

#e19fec #ece19f #9fece1

Analogous Colors of #e19fec

#e19fec #ec9fd1 #bb9fec

Monochromatic Colors of #e19fec

#e19fec

Complementary Color

#e19fec #aaec9f

#e19fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19fec Color CSS Codes

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

#e19fec Text Font Color

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

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


#e19fec Background Color

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

This div background color is #e19fec


#e19fec Border Color

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

This div border color is #e19fec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,159,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19fec


Comments

No comments written yet.

Please login to write comment.