Color Hex Logo

#e34cfc Color Hex

#E34CFC
(227,76,252)
0 Favorites   0 Comments

Color spaces of #e34cfc

RGB 22776252
HSL0.810.970.64
HSV291°70°99°
CMYK 0.100.700.00   0.01
XYZ51.833728.528194.8700
Yxy28.52810.29580.1628
Hunter Lab53.411779.7559-67.9229
CIE-Lab60.362979.3521-59.3631

#e34cfc color RGB value is (227,76,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001100 11111100
Octal 343 114 374
Decimal 227 76 252
Hex E3 4C FC

RGB Percentages of Color #e34cfc

%40.90
%13.69
%45.41

CMYK Percentages of Color #e34cfc

%10
%70
%0
%1

Triadic Colors of #e34cfc

#e34cfc #fce34c #4cfce3

Analogous Colors of #e34cfc

#e34cfc #fc4cbd #8b4cfc

Monochromatic Colors of #e34cfc

#e34cfc

Complementary Color

#e34cfc #65fc4c

#e34cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34cfc Color CSS Codes

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

#e34cfc Text Font Color

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

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


#e34cfc Background Color

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

This div background color is #e34cfc


#e34cfc Border Color

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

This div border color is #e34cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34cfc


Comments

No comments written yet.

Please login to write comment.