Color Hex Logo

#e605fe Color Hex

#E605FE
(230,5,254)
0 Favorites   0 Comments

Color spaces of #e605fe

RGB 2305254
HSL0.820.990.51
HSV294°98°100°
CMYK 0.090.980.00   0.00
XYZ50.576824.087395.7495
Yxy24.08730.29680.1413
Hunter Lab49.078898.0603-81.3157
CIE-Lab56.175194.0739-67.1719

#e605fe color RGB value is (230,5,254).

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

The process color (four color CMYK) of #e605fe color hex is 0.09, 0.98, 0.00, 0.00. Web safe color of #e605fe is #ff00ff. Color #e605fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000101 11111110
Octal 346 5 376
Decimal 230 5 254
Hex E6 5 FE

RGB Percentages of Color #e605fe

%47.03
%1.02
%51.94

CMYK Percentages of Color #e605fe

%9
%98
%0
%0

Triadic Colors of #e605fe

#e605fe #fee605 #05fee6

Analogous Colors of #e605fe

#e605fe #fe059a #6a05fe

Monochromatic Colors of #e605fe

#e605fe

Complementary Color

#e605fe #1dfe05

#e605fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e605fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e605fe Color CSS Codes

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

#e605fe Text Font Color

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

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


#e605fe Background Color

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

This div background color is #e605fe


#e605fe Border Color

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

This div border color is #e605fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e605fe


Comments

No comments written yet.

Please login to write comment.