Color Hex Logo

#fe83ca Color Hex

#FE83CA
(254,131,202)
0 Favorites   0 Comments

Color spaces of #fe83ca

RGB 254131202
HSL0.900.980.75
HSV325°48°100°
CMYK 0.000.480.20   0.00
XYZ59.650041.567760.7566
Yxy41.56770.36830.2566
Hunter Lab64.473052.3192-10.7412
CIE-Lab70.571854.9279-15.3930

#fe83ca color RGB value is (254,131,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000011 11001010
Octal 376 203 312
Decimal 254 131 202
Hex FE 83 CA

RGB Percentages of Color #fe83ca

%43.27
%22.32
%34.41

CMYK Percentages of Color #fe83ca

%0
%48
%20
%0

Triadic Colors of #fe83ca

#fe83ca #cafe83 #83cafe

Analogous Colors of #fe83ca

#fe83ca #fe838d #f583fe

Monochromatic Colors of #fe83ca

#fe83ca

Complementary Color

#fe83ca #83feb7

#fe83ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe83ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe83ca Color CSS Codes

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

#fe83ca Text Font Color

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

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


#fe83ca Background Color

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

This div background color is #fe83ca


#fe83ca Border Color

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

This div border color is #fe83ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe83ca


Comments

No comments written yet.

Please login to write comment.