Color Hex Logo

#e34afc Color Hex

#E34AFC
(227,74,252)
0 Favorites   0 Comments

Color spaces of #e34afc

RGB 22774252
HSL0.810.970.64
HSV292°71°99°
CMYK 0.100.710.00   0.01
XYZ51.698028.256794.8248
Yxy28.25670.29580.1617
Hunter Lab53.157080.5758-68.5552
CIE-Lab60.119980.0424-59.7516

#e34afc color RGB value is (227,74,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001010 11111100
Octal 343 112 374
Decimal 227 74 252
Hex E3 4A FC

RGB Percentages of Color #e34afc

%41.05
%13.38
%45.57

CMYK Percentages of Color #e34afc

%10
%71
%0
%1

Triadic Colors of #e34afc

#e34afc #fce34a #4afce3

Analogous Colors of #e34afc

#e34afc #fc4abc #8a4afc

Monochromatic Colors of #e34afc

#e34afc

Complementary Color

#e34afc #63fc4a

#e34afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34afc Color CSS Codes

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

#e34afc Text Font Color

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

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


#e34afc Background Color

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

This div background color is #e34afc


#e34afc Border Color

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

This div border color is #e34afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34afc

Related Colors


Comments

No comments written yet.

Please login to write comment.