Color Hex Logo

#fe50ca Color Hex

#FE50CA
(254,80,202)
0 Favorites   0 Comments

Color spaces of #fe50ca

RGB 25480202
HSL0.880.990.65
HSV318°69°100°
CMYK 0.000.690.20   0.00
XYZ54.402431.072459.0074
Yxy31.07240.37650.2151
Hunter Lab55.742676.6587-23.7427
CIE-Lab62.568776.4837-27.5960

#fe50ca color RGB value is (254,80,202).

#fe50ca hex color red value is 254, green value is 80 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fe50ca hue: 0.88 , saturation: 0.99 and the lightness value of fe50ca is 0.65.

The process color (four color CMYK) of #fe50ca color hex is 0.00, 0.69, 0.20, 0.00. Web safe color of #fe50ca is #ff66cc. Color #fe50ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010000 11001010
Octal 376 120 312
Decimal 254 80 202
Hex FE 50 CA

RGB Percentages of Color #fe50ca

%47.39
%14.93
%37.69

CMYK Percentages of Color #fe50ca

%0
%69
%20
%0

Triadic Colors of #fe50ca

#fe50ca #cafe50 #50cafe

Analogous Colors of #fe50ca

#fe50ca #fe5073 #db50fe

Monochromatic Colors of #fe50ca

#fe50ca

Complementary Color

#fe50ca #50fe84

#fe50ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe50ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe50ca Color CSS Codes

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

#fe50ca Text Font Color

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

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


#fe50ca Background Color

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

This div background color is #fe50ca


#fe50ca Border Color

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

This div border color is #fe50ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe50ca


Comments

No comments written yet.

Please login to write comment.