Color Hex Logo

#e35fbe Color Hex

#E35FBE
(227,95,190)
0 Favorites   0 Comments

Color spaces of #e35fbe

RGB 22795190
HSL0.880.700.63
HSV317°58°89°
CMYK 0.000.580.16   0.11
XYZ45.065028.233051.7895
Yxy28.23300.36030.2257
Hunter Lab53.134758.4049-20.5946
CIE-Lab60.098761.8740-24.9149

#e35fbe color RGB value is (227,95,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011111 10111110
Octal 343 137 276
Decimal 227 95 190
Hex E3 5F BE

RGB Percentages of Color #e35fbe

%44.34
%18.55
%37.11

CMYK Percentages of Color #e35fbe

%0
%58
%16
%11

Triadic Colors of #e35fbe

#e35fbe #bee35f #5fbee3

Analogous Colors of #e35fbe

#e35fbe #e35f7c #c65fe3

Monochromatic Colors of #e35fbe

#e35fbe

Complementary Color

#e35fbe #5fe384

#e35fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35fbe Color CSS Codes

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

#e35fbe Text Font Color

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

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


#e35fbe Background Color

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

This div background color is #e35fbe


#e35fbe Border Color

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

This div border color is #e35fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35fbe


Comments

No comments written yet.

Please login to write comment.