Color Hex Logo

#fe08ff Color Hex

#FE08FF
(254,8,255)
0 Favorites   0 Comments

Color spaces of #fe08ff

RGB 2548255
HSL0.831.000.52
HSV300°97°100°
CMYK 0.000.970.00   0.00
XYZ59.009928.464596.9918
Yxy28.46450.31990.1543
Hunter Lab53.3521104.0629-70.4401
CIE-Lab60.306197.6401-60.8747

#fe08ff color RGB value is (254,8,255).

#fe08ff hex color red value is 254, green value is 8 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fe08ff hue: 0.83 , saturation: 1.00 and the lightness value of fe08ff is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001000 11111111
Octal 376 10 377
Decimal 254 8 255
Hex FE 8 FF

RGB Percentages of Color #fe08ff

%49.13
%1.55
%49.32

CMYK Percentages of Color #fe08ff

%0
%97
%0
%0

Triadic Colors of #fe08ff

#fe08ff #fffe08 #08fffe

Analogous Colors of #fe08ff

#fe08ff #ff0885 #8308ff

Monochromatic Colors of #fe08ff

#fe08ff

Complementary Color

#fe08ff #09ff08

#fe08ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe08ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe08ff Color CSS Codes

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

#fe08ff Text Font Color

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

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


#fe08ff Background Color

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

This div background color is #fe08ff


#fe08ff Border Color

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

This div border color is #fe08ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe08ff

Related Colors


Comments

No comments written yet.

Please login to write comment.