Color Hex Logo

#e835ec Color Hex

#E835EC
(232,53,236)
0 Favorites   0 Comments

Color spaces of #e835ec

RGB 23253236
HSL0.830.830.57
HSV299°78°93°
CMYK 0.020.780.00   0.07
XYZ49.692125.758181.7096
Yxy25.75810.31620.1639
Hunter Lab50.752485.9539-59.9281
CIE-Lab57.806784.6647-54.4942

#e835ec color RGB value is (232,53,236).

#e835ec hex color red value is 232, green value is 53 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e835ec hue: 0.83 , saturation: 0.83 and the lightness value of e835ec is 0.57.

The process color (four color CMYK) of #e835ec color hex is 0.02, 0.78, 0.00, 0.07. Web safe color of #e835ec is #ff33ff. Color #e835ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110101 11101100
Octal 350 65 354
Decimal 232 53 236
Hex E8 35 EC

RGB Percentages of Color #e835ec

%44.53
%10.17
%45.30

CMYK Percentages of Color #e835ec

%2
%78
%0
%7

Triadic Colors of #e835ec

#e835ec #ece835 #35ece8

Analogous Colors of #e835ec

#e835ec #ec3595 #8d35ec

Monochromatic Colors of #e835ec

#e835ec

Complementary Color

#e835ec #39ec35

#e835ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e835ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e835ec Color CSS Codes

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

#e835ec Text Font Color

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

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


#e835ec Background Color

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

This div background color is #e835ec


#e835ec Border Color

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

This div border color is #e835ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,53,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e835ec


Comments

No comments written yet.

Please login to write comment.