Color Hex Logo

#fe82fe Color Hex

#FE82FE
(254,130,254)
0 Favorites   0 Comments

Color spaces of #fe82fe

RGB 254130254
HSL0.830.980.75
HSV300°49°100°
CMYK 0.000.490.00   0.00
XYZ66.745144.191998.7780
Yxy44.19190.31830.2107
Hunter Lab66.477062.8852-41.5650
CIE-Lab72.356663.5762-41.2721

#fe82fe color RGB value is (254,130,254).

#fe82fe hex color red value is 254, green value is 130 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fe82fe hue: 0.83 , saturation: 0.98 and the lightness value of fe82fe is 0.75.

The process color (four color CMYK) of #fe82fe color hex is 0.00, 0.49, 0.00, 0.00. Web safe color of #fe82fe is #ff99ff. Color #fe82fe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000010 11111110
Octal 376 202 376
Decimal 254 130 254
Hex FE 82 FE

RGB Percentages of Color #fe82fe

%39.81
%20.38
%39.81

CMYK Percentages of Color #fe82fe

%0
%49
%0
%0

Triadic Colors of #fe82fe

#fe82fe #fefe82 #82fefe

Analogous Colors of #fe82fe

#fe82fe #fe82c0 #c082fe

Monochromatic Colors of #fe82fe

#fe82fe

Complementary Color

#fe82fe #82fe82

#fe82fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe82fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe82fe Color CSS Codes

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

#fe82fe Text Font Color

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

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


#fe82fe Background Color

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

This div background color is #fe82fe


#fe82fe Border Color

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

This div border color is #fe82fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe82fe


Comments

No comments written yet.

Please login to write comment.