Color Hex Logo

#e340fd Color Hex

#E340FD
(227,64,253)
0 Favorites   0 Comments

Color spaces of #e340fd

RGB 22764253
HSL0.810.980.62
HSV292°75°99°
CMYK 0.100.750.00   0.01
XYZ51.241627.089595.4566
Yxy27.08950.29490.1559
Hunter Lab52.047684.6526-72.3061
CIE-Lab59.057183.4191-62.0074

#e340fd color RGB value is (227,64,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000000 11111101
Octal 343 100 375
Decimal 227 64 253
Hex E3 40 FD

RGB Percentages of Color #e340fd

%41.73
%11.76
%46.51

CMYK Percentages of Color #e340fd

%10
%75
%0
%1

Triadic Colors of #e340fd

#e340fd #fde340 #40fde3

Analogous Colors of #e340fd

#e340fd #fd40b9 #8540fd

Monochromatic Colors of #e340fd

#e340fd

Complementary Color

#e340fd #5afd40

#e340fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e340fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e340fd Color CSS Codes

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

#e340fd Text Font Color

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

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


#e340fd Background Color

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

This div background color is #e340fd


#e340fd Border Color

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

This div border color is #e340fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e340fd


Comments

No comments written yet.

Please login to write comment.