Color Hex Logo

#fe83ec Color Hex

#FE83EC
(254,131,236)
0 Favorites   0 Comments

Color spaces of #fe83ec

RGB 254131236
HSL0.860.980.75
HSV309°48°100°
CMYK 0.000.480.07   0.00
XYZ64.129743.359684.3461
Yxy43.35960.33430.2260
Hunter Lab65.848058.6080-29.8522
CIE-Lab71.798460.0999-32.3048

#fe83ec color RGB value is (254,131,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000011 11101100
Octal 376 203 354
Decimal 254 131 236
Hex FE 83 EC

RGB Percentages of Color #fe83ec

%40.90
%21.10
%38.00

CMYK Percentages of Color #fe83ec

%0
%48
%7
%0

Triadic Colors of #fe83ec

#fe83ec #ecfe83 #83ecfe

Analogous Colors of #fe83ec

#fe83ec #fe83af #d383fe

Monochromatic Colors of #fe83ec

#fe83ec

Complementary Color

#fe83ec #83fe95

#fe83ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe83ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe83ec Color CSS Codes

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

#fe83ec Text Font Color

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

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


#fe83ec Background Color

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

This div background color is #fe83ec


#fe83ec Border Color

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

This div border color is #fe83ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe83ec


Comments

No comments written yet.

Please login to write comment.