Color Hex Logo

#e728fc Color Hex

#E728FC
(231,40,252)
0 Favorites   0 Comments

Color spaces of #e728fc

RGB 23140252
HSL0.820.970.57
HSV294°84°99°
CMYK 0.080.840.00   0.01
XYZ51.284525.534894.3212
Yxy25.53480.29970.1492
Hunter Lab50.532092.7273-75.2963
CIE-Lab57.592889.8441-63.7700

#e728fc color RGB value is (231,40,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101000 11111100
Octal 347 50 374
Decimal 231 40 252
Hex E7 28 FC

RGB Percentages of Color #e728fc

%44.17
%7.65
%48.18

CMYK Percentages of Color #e728fc

%8
%84
%0
%1

Triadic Colors of #e728fc

#e728fc #fce728 #28fce7

Analogous Colors of #e728fc

#e728fc #fc28a7 #7d28fc

Monochromatic Colors of #e728fc

#e728fc

Complementary Color

#e728fc #3dfc28

#e728fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e728fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e728fc Color CSS Codes

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

#e728fc Text Font Color

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

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


#e728fc Background Color

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

This div background color is #e728fc


#e728fc Border Color

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

This div border color is #e728fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e728fc


Comments

No comments written yet.

Please login to write comment.