Color Hex Logo

#e351fd Color Hex

#E351FD
(227,81,253)
0 Favorites   0 Comments

Color spaces of #e351fd

RGB 22781253
HSL0.810.980.65
HSV291°68°99°
CMYK 0.100.680.00   0.01
XYZ52.350629.307695.8263
Yxy29.30760.29500.1651
Hunter Lab54.136577.8726-67.0529
CIE-Lab61.052177.7345-58.8144

#e351fd color RGB value is (227,81,253).

#e351fd hex color red value is 227, green value is 81 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e351fd hue: 0.81 , saturation: 0.98 and the lightness value of e351fd is 0.65.

The process color (four color CMYK) of #e351fd color hex is 0.10, 0.68, 0.00, 0.01. Web safe color of #e351fd is #cc66ff. Color #e351fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010001 11111101
Octal 343 121 375
Decimal 227 81 253
Hex E3 51 FD

RGB Percentages of Color #e351fd

%40.46
%14.44
%45.10

CMYK Percentages of Color #e351fd

%10
%68
%0
%1

Triadic Colors of #e351fd

#e351fd #fde351 #51fde3

Analogous Colors of #e351fd

#e351fd #fd51c1 #8d51fd

Monochromatic Colors of #e351fd

#e351fd

Complementary Color

#e351fd #6bfd51

#e351fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e351fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e351fd Color CSS Codes

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

#e351fd Text Font Color

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

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


#e351fd Background Color

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

This div background color is #e351fd


#e351fd Border Color

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

This div border color is #e351fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e351fd


Comments

No comments written yet.

Please login to write comment.