Color Hex Logo

#e314ce Color Hex

#E314CE
(227,20,206)
0 Favorites   0 Comments

Color spaces of #e314ce

RGB 22720206
HSL0.850.840.48
HSV306°91°89°
CMYK 0.000.910.09   0.11
XYZ43.069321.287460.2314
Yxy21.28740.34570.1709
Hunter Lab46.138385.8848-45.1036
CIE-Lab53.262685.4972-44.7607

#e314ce color RGB value is (227,20,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010100 11001110
Octal 343 24 316
Decimal 227 20 206
Hex E3 14 CE

RGB Percentages of Color #e314ce

%50.11
%4.42
%45.47

CMYK Percentages of Color #e314ce

%0
%91
%9
%11

Triadic Colors of #e314ce

#e314ce #cee314 #14cee3

Analogous Colors of #e314ce

#e314ce #e31467 #9114e3

Monochromatic Colors of #e314ce

#e314ce

Complementary Color

#e314ce #14e329

#e314ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e314ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e314ce Color CSS Codes

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

#e314ce Text Font Color

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

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


#e314ce Background Color

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

This div background color is #e314ce


#e314ce Border Color

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

This div border color is #e314ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e314ce


Comments

No comments written yet.

Please login to write comment.