Color Hex Logo

#e639fe Color Hex

#E639FE
(230,57,254)
0 Favorites   0 Comments

Color spaces of #e639fe

RGB 23057254
HSL0.810.990.61
HSV293°78°100°
CMYK 0.090.780.00   0.00
XYZ51.985626.905096.2192
Yxy26.90500.29690.1536
Hunter Lab51.870088.1252-73.6743
CIE-Lab58.886386.1153-62.8103

#e639fe color RGB value is (230,57,254).

#e639fe hex color red value is 230, green value is 57 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e639fe hue: 0.81 , saturation: 0.99 and the lightness value of e639fe is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00111001 11111110
Octal 346 71 376
Decimal 230 57 254
Hex E6 39 FE

RGB Percentages of Color #e639fe

%42.51
%10.54
%46.95

CMYK Percentages of Color #e639fe

%9
%78
%0
%0

Triadic Colors of #e639fe

#e639fe #fee639 #39fee6

Analogous Colors of #e639fe

#e639fe #fe39b4 #8439fe

Monochromatic Colors of #e639fe

#e639fe

Complementary Color

#e639fe #51fe39

#e639fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e639fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e639fe Color CSS Codes

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

#e639fe Text Font Color

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

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


#e639fe Background Color

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

This div background color is #e639fe


#e639fe Border Color

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

This div border color is #e639fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,57,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e639fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e639fe;
  -webkit-box-shadow: 1px 1px 3px 2px #e639fe;
  box-shadow:         1px 1px 3px 2px #e639fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,57,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e639fe


Comments

No comments written yet.

Please login to write comment.