Color Hex Logo

#e35fea Color Hex

#E35FEA
(227,95,234)
0 Favorites   0 Comments

Color spaces of #e35fea

RGB 22795234
HSL0.820.770.65
HSV297°59°92°
CMYK 0.030.590.00   0.08
XYZ50.622030.455881.0524
Yxy30.45580.31220.1878
Hunter Lab55.186867.1585-48.4480
CIE-Lab62.045568.8910-46.6973

#e35fea color RGB value is (227,95,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011111 11101010
Octal 343 137 352
Decimal 227 95 234
Hex E3 5F EA

RGB Percentages of Color #e35fea

%40.83
%17.09
%42.09

CMYK Percentages of Color #e35fea

%3
%59
%0
%8

Triadic Colors of #e35fea

#e35fea #eae35f #5feae3

Analogous Colors of #e35fea

#e35fea #ea5fac #9e5fea

Monochromatic Colors of #e35fea

#e35fea

Complementary Color

#e35fea #66ea5f

#e35fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35fea Color CSS Codes

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

#e35fea Text Font Color

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

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


#e35fea Background Color

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

This div background color is #e35fea


#e35fea Border Color

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

This div border color is #e35fea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,95,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 #e35fea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35fea


Comments

No comments written yet.

Please login to write comment.