Color Hex Logo

#e835ef Color Hex

#E835EF
(232,53,239)
0 Favorites   0 Comments

Color spaces of #e835ef

RGB 23253239
HSL0.830.850.57
HSV298°78°94°
CMYK 0.030.780.00   0.06
XYZ50.131825.934084.0249
Yxy25.93400.31310.1620
Hunter Lab50.925486.5987-62.1783
CIE-Lab57.974485.1267-55.9059

#e835ef color RGB value is (232,53,239).

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

The process color (four color CMYK) of #e835ef color hex is 0.03, 0.78, 0.00, 0.06. Web safe color of #e835ef is #ff33ff. Color #e835ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110101 11101111
Octal 350 65 357
Decimal 232 53 239
Hex E8 35 EF

RGB Percentages of Color #e835ef

%44.27
%10.11
%45.61

CMYK Percentages of Color #e835ef

%3
%78
%0
%6

Triadic Colors of #e835ef

#e835ef #efe835 #35efe8

Analogous Colors of #e835ef

#e835ef #ef3599 #8b35ef

Monochromatic Colors of #e835ef

#e835ef

Complementary Color

#e835ef #3cef35

#e835ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e835ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e835ef Color CSS Codes

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

#e835ef Text Font Color

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

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


#e835ef Background Color

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

This div background color is #e835ef


#e835ef Border Color

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

This div border color is #e835ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e835ef


Comments

No comments written yet.

Please login to write comment.