Color Hex Logo

#e34dfc Color Hex

#E34DFC
(227,77,252)
0 Favorites   0 Comments

Color spaces of #e34dfc

RGB 22777252
HSL0.810.970.65
HSV291°69°99°
CMYK 0.100.690.00   0.01
XYZ51.903128.666994.8931
Yxy28.66690.29580.1634
Hunter Lab53.541579.3403-67.6023
CIE-Lab60.486579.0014-59.1655

#e34dfc color RGB value is (227,77,252).

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

The process color (four color CMYK) of #e34dfc color hex is 0.10, 0.69, 0.00, 0.01. Web safe color of #e34dfc is #cc66ff. Color #e34dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001101 11111100
Octal 343 115 374
Decimal 227 77 252
Hex E3 4D FC

RGB Percentages of Color #e34dfc

%40.83
%13.85
%45.32

CMYK Percentages of Color #e34dfc

%10
%69
%0
%1

Triadic Colors of #e34dfc

#e34dfc #fce34d #4dfce3

Analogous Colors of #e34dfc

#e34dfc #fc4dbe #8c4dfc

Monochromatic Colors of #e34dfc

#e34dfc

Complementary Color

#e34dfc #66fc4d

#e34dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34dfc Color CSS Codes

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

#e34dfc Text Font Color

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

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


#e34dfc Background Color

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

This div background color is #e34dfc


#e34dfc Border Color

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

This div border color is #e34dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.