Color Hex Logo

#e35dea Color Hex

#E35DEA
(227,93,234)
0 Favorites   0 Comments

Color spaces of #e35dea

RGB 22793234
HSL0.830.770.64
HSV297°60°92°
CMYK 0.030.600.00   0.08
XYZ50.444230.100180.9931
Yxy30.10010.31230.1863
Hunter Lab54.863668.1103-49.1232
CIE-Lab61.740569.7307-47.1790

#e35dea color RGB value is (227,93,234).

#e35dea hex color red value is 227, green value is 93 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e35dea hue: 0.83 , saturation: 0.77 and the lightness value of e35dea is 0.64.

The process color (four color CMYK) of #e35dea color hex is 0.03, 0.60, 0.00, 0.08. Web safe color of #e35dea is #cc66ff. Color #e35dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011101 11101010
Octal 343 135 352
Decimal 227 93 234
Hex E3 5D EA

RGB Percentages of Color #e35dea

%40.97
%16.79
%42.24

CMYK Percentages of Color #e35dea

%3
%60
%0
%8

Triadic Colors of #e35dea

#e35dea #eae35d #5deae3

Analogous Colors of #e35dea

#e35dea #ea5dab #9d5dea

Monochromatic Colors of #e35dea

#e35dea

Complementary Color

#e35dea #64ea5d

#e35dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35dea Color CSS Codes

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

#e35dea Text Font Color

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

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


#e35dea Background Color

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

This div background color is #e35dea


#e35dea Border Color

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

This div border color is #e35dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35dea


Comments

No comments written yet.

Please login to write comment.