Color Hex Logo

#fe83ed Color Hex

#FE83ED
(254,131,237)
0 Favorites   0 Comments

Color spaces of #fe83ed

RGB 254131237
HSL0.860.980.75
HSV308°48°100°
CMYK 0.000.480.07   0.00
XYZ64.275443.417985.1136
Yxy43.41790.33340.2252
Hunter Lab65.892358.8085-30.4608
CIE-Lab71.837760.2622-32.7925

#fe83ed color RGB value is (254,131,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000011 11101101
Octal 376 203 355
Decimal 254 131 237
Hex FE 83 ED

RGB Percentages of Color #fe83ed

%40.84
%21.06
%38.10

CMYK Percentages of Color #fe83ed

%0
%48
%7
%0

Triadic Colors of #fe83ed

#fe83ed #edfe83 #83edfe

Analogous Colors of #fe83ed

#fe83ed #fe83b0 #d283fe

Monochromatic Colors of #fe83ed

#fe83ed

Complementary Color

#fe83ed #83fe94

#fe83ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe83ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe83ed Color CSS Codes

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

#fe83ed Text Font Color

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

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


#fe83ed Background Color

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

This div background color is #fe83ed


#fe83ed Border Color

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

This div border color is #fe83ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe83ed


Comments

No comments written yet.

Please login to write comment.