Color Hex Logo

#e219ec Color Hex

#E219EC
(226,25,236)
0 Favorites   0 Comments

Color spaces of #e219ec

RGB 22625236
HSL0.830.850.51
HSV297°89°93°
CMYK 0.040.890.00   0.07
XYZ46.852022.920181.3115
Yxy22.92010.31010.1517
Hunter Lab47.874990.9049-67.1865
CIE-Lab54.989988.9811-59.0551

#e219ec color RGB value is (226,25,236).

#e219ec hex color red value is 226, green value is 25 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e219ec hue: 0.83 , saturation: 0.85 and the lightness value of e219ec is 0.51.

The process color (four color CMYK) of #e219ec color hex is 0.04, 0.89, 0.00, 0.07. Web safe color of #e219ec is #cc00ff. Color #e219ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00011001 11101100
Octal 342 31 354
Decimal 226 25 236
Hex E2 19 EC

RGB Percentages of Color #e219ec

%46.41
%5.13
%48.46

CMYK Percentages of Color #e219ec

%4
%89
%0
%7

Triadic Colors of #e219ec

#e219ec #ece219 #19ece2

Analogous Colors of #e219ec

#e219ec #ec198d #7919ec

Monochromatic Colors of #e219ec

#e219ec

Complementary Color

#e219ec #23ec19

#e219ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e219ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e219ec Color CSS Codes

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

#e219ec Text Font Color

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

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


#e219ec Background Color

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

This div background color is #e219ec


#e219ec Border Color

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

This div border color is #e219ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e219ec


Comments

No comments written yet.

Please login to write comment.