Color Hex Logo

#e948fc Color Hex

#E948FC
(233,72,252)
0 Favorites   0 Comments

Color spaces of #e948fc

RGB 23372252
HSL0.820.970.64
HSV294°71°99°
CMYK 0.080.710.00   0.01
XYZ53.492328.986694.8711
Yxy28.98660.30160.1634
Hunter Lab53.839283.1313-66.7886
CIE-Lab60.769881.9096-58.6623

#e948fc color RGB value is (233,72,252).

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

The process color (four color CMYK) of #e948fc color hex is 0.08, 0.71, 0.00, 0.01. Web safe color of #e948fc is #ff33ff. Color #e948fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001000 11111100
Octal 351 110 374
Decimal 233 72 252
Hex E9 48 FC

RGB Percentages of Color #e948fc

%41.83
%12.93
%45.24

CMYK Percentages of Color #e948fc

%8
%71
%0
%1

Triadic Colors of #e948fc

#e948fc #fce948 #48fce9

Analogous Colors of #e948fc

#e948fc #fc48b5 #8f48fc

Monochromatic Colors of #e948fc

#e948fc

Complementary Color

#e948fc #5bfc48

#e948fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e948fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e948fc Color CSS Codes

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

#e948fc Text Font Color

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

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


#e948fc Background Color

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

This div background color is #e948fc


#e948fc Border Color

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

This div border color is #e948fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e948fc


Comments

No comments written yet.

Please login to write comment.