Color Hex Logo

#e728fd Color Hex

#E728FD
(231,40,253)
0 Favorites   0 Comments

Color spaces of #e728fd

RGB 23140253
HSL0.820.980.57
HSV294°84°99°
CMYK 0.090.840.00   0.01
XYZ51.443425.598495.1581
Yxy25.59840.29870.1487
Hunter Lab50.594992.9527-76.0954
CIE-Lab57.653990.0009-64.2270

#e728fd color RGB value is (231,40,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101000 11111101
Octal 347 50 375
Decimal 231 40 253
Hex E7 28 FD

RGB Percentages of Color #e728fd

%44.08
%7.63
%48.28

CMYK Percentages of Color #e728fd

%9
%84
%0
%1

Triadic Colors of #e728fd

#e728fd #fde728 #28fde7

Analogous Colors of #e728fd

#e728fd #fd28a9 #7d28fd

Monochromatic Colors of #e728fd

#e728fd

Complementary Color

#e728fd #3efd28

#e728fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e728fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e728fd Color CSS Codes

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

#e728fd Text Font Color

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

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


#e728fd Background Color

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

This div background color is #e728fd


#e728fd Border Color

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

This div border color is #e728fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,40,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e728fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e728fd

Related Colors


Comments

No comments written yet.

Please login to write comment.