Color Hex Logo

#e335ce Color Hex

#E335CE
(227,53,206)
0 Favorites   0 Comments

Color spaces of #e335ce

RGB 22753206
HSL0.850.760.55
HSV307°77°89°
CMYK 0.000.770.09   0.11
XYZ44.092223.333360.5724
Yxy23.33330.34450.1823
Hunter Lab48.304678.4011-40.5346
CIE-Lab55.414079.2406-41.3607

#e335ce color RGB value is (227,53,206).

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

The process color (four color CMYK) of #e335ce color hex is 0.00, 0.77, 0.09, 0.11. Web safe color of #e335ce is #cc33cc. Color #e335ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110101 11001110
Octal 343 65 316
Decimal 227 53 206
Hex E3 35 CE

RGB Percentages of Color #e335ce

%46.71
%10.91
%42.39

CMYK Percentages of Color #e335ce

%0
%77
%9
%11

Triadic Colors of #e335ce

#e335ce #cee335 #35cee3

Analogous Colors of #e335ce

#e335ce #e33577 #a135e3

Monochromatic Colors of #e335ce

#e335ce

Complementary Color

#e335ce #35e34a

#e335ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e335ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e335ce Color CSS Codes

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

#e335ce Text Font Color

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

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


#e335ce Background Color

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

This div background color is #e335ce


#e335ce Border Color

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

This div border color is #e335ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e335ce


Comments

No comments written yet.

Please login to write comment.