Color Hex Logo

#fe72ca Color Hex

#FE72CA
(254,114,202)
0 Favorites   0 Comments

Color spaces of #fe72ca

RGB 254114202
HSL0.900.990.72
HSV322°55°100°
CMYK 0.000.550.20   0.00
XYZ57.551037.369760.0569
Yxy37.36970.37140.2411
Hunter Lab61.130861.0684-15.4569
CIE-Lab67.553562.8568-19.9626

#fe72ca color RGB value is (254,114,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110010 11001010
Octal 376 162 312
Decimal 254 114 202
Hex FE 72 CA

RGB Percentages of Color #fe72ca

%44.56
%20.00
%35.44

CMYK Percentages of Color #fe72ca

%0
%55
%20
%0

Triadic Colors of #fe72ca

#fe72ca #cafe72 #72cafe

Analogous Colors of #fe72ca

#fe72ca #fe7284 #ec72fe

Monochromatic Colors of #fe72ca

#fe72ca

Complementary Color

#fe72ca #72fea6

#fe72ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe72ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe72ca Color CSS Codes

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

#fe72ca Text Font Color

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

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


#fe72ca Background Color

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

This div background color is #fe72ca


#fe72ca Border Color

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

This div border color is #fe72ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe72ca

Related Colors


Comments

No comments written yet.

Please login to write comment.