Color Hex Logo

#e348fc Color Hex

#E348FC
(227,72,252)
0 Favorites   0 Comments

Color spaces of #e348fc

RGB 22772252
HSL0.810.970.64
HSV292°71°99°
CMYK 0.100.710.00   0.01
XYZ51.566627.993994.7810
Yxy27.99390.29580.1606
Hunter Lab52.909381.3791-69.1749
CIE-Lab59.883280.7166-60.1304

#e348fc color RGB value is (227,72,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001000 11111100
Octal 343 110 374
Decimal 227 72 252
Hex E3 48 FC

RGB Percentages of Color #e348fc

%41.20
%13.07
%45.74

CMYK Percentages of Color #e348fc

%10
%71
%0
%1

Triadic Colors of #e348fc

#e348fc #fce348 #48fce3

Analogous Colors of #e348fc

#e348fc #fc48bb #8948fc

Monochromatic Colors of #e348fc

#e348fc

Complementary Color

#e348fc #61fc48

#e348fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e348fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e348fc Color CSS Codes

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

#e348fc Text Font Color

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

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


#e348fc Background Color

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

This div background color is #e348fc


#e348fc Border Color

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

This div border color is #e348fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e348fc

Related Colors


Comments

No comments written yet.

Please login to write comment.