Color Hex Logo

#e34fbc Color Hex

#E34FBC
(227,79,188)
0 Favorites   0 Comments

Color spaces of #e34fbc

RGB 22779188
HSL0.880.730.60
HSV316°65°89°
CMYK 0.000.650.17   0.11
XYZ43.551625.553750.2139
Yxy25.55370.36500.2142
Hunter Lab50.550765.3218-23.5095
CIE-Lab57.611068.1825-27.6045

#e34fbc color RGB value is (227,79,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001111 10111100
Octal 343 117 274
Decimal 227 79 188
Hex E3 4F BC

RGB Percentages of Color #e34fbc

%45.95
%15.99
%38.06

CMYK Percentages of Color #e34fbc

%0
%65
%17
%11

Triadic Colors of #e34fbc

#e34fbc #bce34f #4fbce3

Analogous Colors of #e34fbc

#e34fbc #e34f72 #c04fe3

Monochromatic Colors of #e34fbc

#e34fbc

Complementary Color

#e34fbc #4fe376

#e34fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34fbc Color CSS Codes

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

#e34fbc Text Font Color

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

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


#e34fbc Background Color

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

This div background color is #e34fbc


#e34fbc Border Color

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

This div border color is #e34fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34fbc


Comments

No comments written yet.

Please login to write comment.