Color Hex Logo

#e30fde Color Hex

#E30FDE
(227,15,222)
0 Favorites   0 Comments

Color spaces of #e30fde

RGB 22715222
HSL0.840.880.47
HSV301°93°89°
CMYK 0.000.930.02   0.11
XYZ45.034221.946570.9698
Yxy21.94650.32650.1591
Hunter Lab46.847189.6100-57.0269
CIE-Lab53.970288.2009-52.7692

#e30fde color RGB value is (227,15,222).

#e30fde hex color red value is 227, green value is 15 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e30fde hue: 0.84 , saturation: 0.88 and the lightness value of e30fde is 0.47.

The process color (four color CMYK) of #e30fde color hex is 0.00, 0.93, 0.02, 0.11. Web safe color of #e30fde is #cc00cc. Color #e30fde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001111 11011110
Octal 343 17 336
Decimal 227 15 222
Hex E3 F DE

RGB Percentages of Color #e30fde

%48.92
%3.23
%47.84

CMYK Percentages of Color #e30fde

%0
%93
%2
%11

Triadic Colors of #e30fde

#e30fde #dee30f #0fdee3

Analogous Colors of #e30fde

#e30fde #e30f74 #7e0fe3

Monochromatic Colors of #e30fde

#e30fde

Complementary Color

#e30fde #0fe314

#e30fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30fde Color CSS Codes

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

#e30fde Text Font Color

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

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


#e30fde Background Color

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

This div background color is #e30fde


#e30fde Border Color

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

This div border color is #e30fde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,15,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30fde


Comments

No comments written yet.

Please login to write comment.