Color Hex Logo

#e34cfb Color Hex

#E34CFB
(227,76,251)
0 Favorites   0 Comments

Color spaces of #e34cfb

RGB 22776251
HSL0.810.960.64
HSV292°70°98°
CMYK 0.100.700.00   0.02
XYZ51.675628.464894.0374
Yxy28.46480.29670.1634
Hunter Lab53.352479.5232-67.1561
CIE-Lab60.306479.1799-58.9001

#e34cfb color RGB value is (227,76,251).

#e34cfb hex color red value is 227, green value is 76 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e34cfb hue: 0.81 , saturation: 0.96 and the lightness value of e34cfb is 0.64.

The process color (four color CMYK) of #e34cfb color hex is 0.10, 0.70, 0.00, 0.02. Web safe color of #e34cfb is #cc33ff. Color #e34cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001100 11111011
Octal 343 114 373
Decimal 227 76 251
Hex E3 4C FB

RGB Percentages of Color #e34cfb

%40.97
%13.72
%45.31

CMYK Percentages of Color #e34cfb

%10
%70
%0
%2

Triadic Colors of #e34cfb

#e34cfb #fbe34c #4cfbe3

Analogous Colors of #e34cfb

#e34cfb #fb4cbc #8c4cfb

Monochromatic Colors of #e34cfb

#e34cfb

Complementary Color

#e34cfb #64fb4c

#e34cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34cfb Color CSS Codes

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

#e34cfb Text Font Color

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

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


#e34cfb Background Color

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

This div background color is #e34cfb


#e34cfb Border Color

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

This div border color is #e34cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34cfb


Comments

No comments written yet.

Please login to write comment.