Color Hex Logo

#fe83c5 Color Hex

#FE83C5
(254,131,197)
0 Favorites   0 Comments

Color spaces of #fe83c5

RGB 254131197
HSL0.910.980.75
HSV328°48°100°
CMYK 0.000.480.22   0.00
XYZ59.067441.334657.6885
Yxy41.33460.37360.2615
Hunter Lab64.292051.4835-8.1959
CIE-Lab70.409754.2285-12.8530

#fe83c5 color RGB value is (254,131,197).

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

The process color (four color CMYK) of #fe83c5 color hex is 0.00, 0.48, 0.22, 0.00. Web safe color of #fe83c5 is #ff99cc. Color #fe83c5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000011 11000101
Octal 376 203 305
Decimal 254 131 197
Hex FE 83 C5

RGB Percentages of Color #fe83c5

%43.64
%22.51
%33.85

CMYK Percentages of Color #fe83c5

%0
%48
%22
%0

Triadic Colors of #fe83c5

#fe83c5 #c5fe83 #83c5fe

Analogous Colors of #fe83c5

#fe83c5 #fe8388 #fa83fe

Monochromatic Colors of #fe83c5

#fe83c5

Complementary Color

#fe83c5 #83febc

#fe83c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe83c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe83c5 Color CSS Codes

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

#fe83c5 Text Font Color

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

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


#fe83c5 Background Color

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

This div background color is #fe83c5


#fe83c5 Border Color

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

This div border color is #fe83c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe83c5

Related Colors


Comments

No comments written yet.

Please login to write comment.