Color Hex Logo

#e35eed Color Hex

#E35EED
(227,94,237)
0 Favorites   0 Comments

Color spaces of #e35eed

RGB 22794237
HSL0.820.800.65
HSV296°60°93°
CMYK 0.040.600.00   0.07
XYZ50.967330.450783.3121
Yxy30.45070.30940.1849
Hunter Lab55.182268.2973-50.8865
CIE-Lab62.041269.8292-48.3739

#e35eed color RGB value is (227,94,237).

#e35eed hex color red value is 227, green value is 94 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e35eed hue: 0.82 , saturation: 0.80 and the lightness value of e35eed is 0.65.

The process color (four color CMYK) of #e35eed color hex is 0.04, 0.60, 0.00, 0.07. Web safe color of #e35eed is #cc66ff. Color #e35eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011110 11101101
Octal 343 136 355
Decimal 227 94 237
Hex E3 5E ED

RGB Percentages of Color #e35eed

%40.68
%16.85
%42.47

CMYK Percentages of Color #e35eed

%4
%60
%0
%7

Triadic Colors of #e35eed

#e35eed #ede35e #5eede3

Analogous Colors of #e35eed

#e35eed #ed5eb0 #9c5eed

Monochromatic Colors of #e35eed

#e35eed

Complementary Color

#e35eed #68ed5e

#e35eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35eed Color CSS Codes

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

#e35eed Text Font Color

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

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


#e35eed Background Color

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

This div background color is #e35eed


#e35eed Border Color

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

This div border color is #e35eed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,94,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35eed


Comments

No comments written yet.

Please login to write comment.