Color Hex Logo

#e835ce Color Hex

#E835CE
(232,53,206)
0 Favorites   0 Comments

Color spaces of #e835ce

RGB 23253206
HSL0.860.800.56
HSV309°77°91°
CMYK 0.000.770.11   0.09
XYZ45.692424.158260.6473
Yxy24.15820.35010.1851
Hunter Lab49.151079.9253-38.7521
CIE-Lab56.245880.2819-39.9942

#e835ce color RGB value is (232,53,206).

#e835ce hex color red value is 232, green value is 53 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e835ce hue: 0.86 , saturation: 0.80 and the lightness value of e835ce is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110101 11001110
Octal 350 65 316
Decimal 232 53 206
Hex E8 35 CE

RGB Percentages of Color #e835ce

%47.25
%10.79
%41.96

CMYK Percentages of Color #e835ce

%0
%77
%11
%9

Triadic Colors of #e835ce

#e835ce #cee835 #35cee8

Analogous Colors of #e835ce

#e835ce #e83575 #a935e8

Monochromatic Colors of #e835ce

#e835ce

Complementary Color

#e835ce #35e84f

#e835ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e835ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e835ce Color CSS Codes

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

#e835ce Text Font Color

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

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


#e835ce Background Color

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

This div background color is #e835ce


#e835ce Border Color

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

This div border color is #e835ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e835ce


Comments

No comments written yet.

Please login to write comment.