Color Hex Logo

#e319ce Color Hex

#E319CE
(227,25,206)
0 Favorites   0 Comments

Color spaces of #e319ce

RGB 22725206
HSL0.850.800.49
HSV306°89°89°
CMYK 0.000.890.09   0.11
XYZ43.166821.482460.2639
Yxy21.48240.34560.1720
Hunter Lab46.349185.1333-44.6455
CIE-Lab53.473584.8780-44.4267

#e319ce color RGB value is (227,25,206).

#e319ce hex color red value is 227, green value is 25 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e319ce hue: 0.85 , saturation: 0.80 and the lightness value of e319ce is 0.49.

The process color (four color CMYK) of #e319ce color hex is 0.00, 0.89, 0.09, 0.11. Web safe color of #e319ce is #cc00cc. Color #e319ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011001 11001110
Octal 343 31 316
Decimal 227 25 206
Hex E3 19 CE

RGB Percentages of Color #e319ce

%49.56
%5.46
%44.98

CMYK Percentages of Color #e319ce

%0
%89
%9
%11

Triadic Colors of #e319ce

#e319ce #cee319 #19cee3

Analogous Colors of #e319ce

#e319ce #e31969 #9319e3

Monochromatic Colors of #e319ce

#e319ce

Complementary Color

#e319ce #19e32e

#e319ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e319ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e319ce Color CSS Codes

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

#e319ce Text Font Color

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

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


#e319ce Background Color

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

This div background color is #e319ce


#e319ce Border Color

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

This div border color is #e319ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,25,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e319ce


Comments

No comments written yet.

Please login to write comment.