Color Hex Logo

#e35eda Color Hex

#E35EDA
(227,94,218)
0 Favorites   0 Comments

Color spaces of #e35eda

RGB 22794218
HSL0.840.700.63
HSV304°59°89°
CMYK 0.000.590.04   0.11
XYZ48.336129.398369.4565
Yxy29.39830.32840.1997
Hunter Lab54.220264.2434-37.9968
CIE-Lab61.131666.6358-39.1807

#e35eda color RGB value is (227,94,218).

#e35eda hex color red value is 227, green value is 94 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e35eda hue: 0.84 , saturation: 0.70 and the lightness value of e35eda is 0.63.

The process color (four color CMYK) of #e35eda color hex is 0.00, 0.59, 0.04, 0.11. Web safe color of #e35eda is #cc66cc. Color #e35eda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011110 11011010
Octal 343 136 332
Decimal 227 94 218
Hex E3 5E DA

RGB Percentages of Color #e35eda

%42.12
%17.44
%40.45

CMYK Percentages of Color #e35eda

%0
%59
%4
%11

Triadic Colors of #e35eda

#e35eda #dae35e #5edae3

Analogous Colors of #e35eda

#e35eda #e35e98 #aa5ee3

Monochromatic Colors of #e35eda

#e35eda

Complementary Color

#e35eda #5ee367

#e35eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35eda Color CSS Codes

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

#e35eda Text Font Color

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

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


#e35eda Background Color

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

This div background color is #e35eda


#e35eda Border Color

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

This div border color is #e35eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35eda


Comments

No comments written yet.

Please login to write comment.