Color Hex Logo

#e35ebf Color Hex

#E35EBF
(227,94,191)
0 Favorites   0 Comments

Color spaces of #e35ebf

RGB 22794191
HSL0.880.700.63
HSV316°59°89°
CMYK 0.000.590.16   0.11
XYZ45.085228.097952.3374
Yxy28.09790.35920.2239
Hunter Lab53.007559.0592-21.4353
CIE-Lab59.977162.4562-25.6732

#e35ebf color RGB value is (227,94,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011110 10111111
Octal 343 136 277
Decimal 227 94 191
Hex E3 5E BF

RGB Percentages of Color #e35ebf

%44.34
%18.36
%37.30

CMYK Percentages of Color #e35ebf

%0
%59
%16
%11

Triadic Colors of #e35ebf

#e35ebf #bfe35e #5ebfe3

Analogous Colors of #e35ebf

#e35ebf #e35e7d #c55ee3

Monochromatic Colors of #e35ebf

#e35ebf

Complementary Color

#e35ebf #5ee382

#e35ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35ebf Color CSS Codes

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

#e35ebf Text Font Color

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

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


#e35ebf Background Color

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

This div background color is #e35ebf


#e35ebf Border Color

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

This div border color is #e35ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35ebf


Comments

No comments written yet.

Please login to write comment.