Color Hex Logo

#e300ce Color Hex

#E300CE
(227,0,206)
0 Favorites   0 Comments

Color spaces of #e300ce

RGB 2270206
HSL0.851.000.45
HSV306°100°89°
CMYK 0.001.000.09   0.11
XYZ42.819120.787160.1480
Yxy20.78710.34600.1680
Hunter Lab45.592987.8529-46.3028
CIE-Lab52.715787.1095-45.6279

#e300ce color RGB value is (227,0,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000000 11001110
Octal 343 0 316
Decimal 227 0 206
Hex E3 0 CE

RGB Percentages of Color #e300ce

%52.42
%0.00
%47.58

CMYK Percentages of Color #e300ce

%0
%100
%9
%11

Triadic Colors of #e300ce

#e300ce #cee300 #00cee3

Analogous Colors of #e300ce

#e300ce #e3005d #8700e3

Monochromatic Colors of #e300ce

#e300ce

Complementary Color

#e300ce #00e315

#e300ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e300ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e300ce Color CSS Codes

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

#e300ce Text Font Color

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

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


#e300ce Background Color

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

This div background color is #e300ce


#e300ce Border Color

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

This div border color is #e300ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e300ce

#e300ce Color Palettes


Comments

No comments written yet.

Please login to write comment.