Color Hex Logo

#e34fbe Color Hex

#E34FBE
(227,79,190)
0 Favorites   0 Comments

Color spaces of #e34fbe

RGB 22779190
HSL0.880.730.60
HSV315°65°89°
CMYK 0.000.650.16   0.11
XYZ43.768825.640651.3574
Yxy25.64060.36240.2123
Hunter Lab50.636565.6764-24.6885
CIE-Lab57.694368.4630-28.6249

#e34fbe color RGB value is (227,79,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001111 10111110
Octal 343 117 276
Decimal 227 79 190
Hex E3 4F BE

RGB Percentages of Color #e34fbe

%45.77
%15.93
%38.31

CMYK Percentages of Color #e34fbe

%0
%65
%16
%11

Triadic Colors of #e34fbe

#e34fbe #bee34f #4fbee3

Analogous Colors of #e34fbe

#e34fbe #e34f74 #be4fe3

Monochromatic Colors of #e34fbe

#e34fbe

Complementary Color

#e34fbe #4fe374

#e34fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34fbe Color CSS Codes

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

#e34fbe Text Font Color

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

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


#e34fbe Background Color

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

This div background color is #e34fbe


#e34fbe Border Color

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

This div border color is #e34fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34fbe


Comments

No comments written yet.

Please login to write comment.