Color Hex Logo

#fe71ca Color Hex

#FE71CA
(254,113,202)
0 Favorites   0 Comments

Color spaces of #fe71ca

RGB 254113202
HSL0.890.990.72
HSV322°56°100°
CMYK 0.000.560.20   0.00
XYZ57.438837.145460.0195
Yxy37.14540.37150.2403
Hunter Lab60.947061.5679-15.7248
CIE-Lab67.386063.3037-20.2173

#fe71ca color RGB value is (254,113,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110001 11001010
Octal 376 161 312
Decimal 254 113 202
Hex FE 71 CA

RGB Percentages of Color #fe71ca

%44.64
%19.86
%35.50

CMYK Percentages of Color #fe71ca

%0
%56
%20
%0

Triadic Colors of #fe71ca

#fe71ca #cafe71 #71cafe

Analogous Colors of #fe71ca

#fe71ca #fe7184 #ec71fe

Monochromatic Colors of #fe71ca

#fe71ca

Complementary Color

#fe71ca #71fea5

#fe71ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe71ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe71ca Color CSS Codes

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

#fe71ca Text Font Color

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

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


#fe71ca Background Color

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

This div background color is #fe71ca


#fe71ca Border Color

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

This div border color is #fe71ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe71ca


Comments

No comments written yet.

Please login to write comment.