Color Hex Logo

#fa72ca Color Hex

#FA72CA
(250,114,202)
0 Favorites   0 Comments

Color spaces of #fa72ca

RGB 250114202
HSL0.890.930.71
HSV321°54°98°
CMYK 0.000.540.19   0.02
XYZ56.102336.622959.9891
Yxy36.62290.36740.2398
Hunter Lab60.516959.5744-16.4111
CIE-Lab66.993161.6925-20.8669

#fa72ca color RGB value is (250,114,202).

#fa72ca hex color red value is 250, green value is 114 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fa72ca hue: 0.89 , saturation: 0.93 and the lightness value of fa72ca is 0.71.

The process color (four color CMYK) of #fa72ca color hex is 0.00, 0.54, 0.19, 0.02. Web safe color of #fa72ca is #ff66cc. Color #fa72ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110010 11001010
Octal 372 162 312
Decimal 250 114 202
Hex FA 72 CA

RGB Percentages of Color #fa72ca

%44.17
%20.14
%35.69

CMYK Percentages of Color #fa72ca

%0
%54
%19
%2

Triadic Colors of #fa72ca

#fa72ca #cafa72 #72cafa

Analogous Colors of #fa72ca

#fa72ca #fa7286 #e672fa

Monochromatic Colors of #fa72ca

#fa72ca

Complementary Color

#fa72ca #72faa2

#fa72ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa72ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa72ca Color CSS Codes

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

#fa72ca Text Font Color

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

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


#fa72ca Background Color

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

This div background color is #fa72ca


#fa72ca Border Color

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

This div border color is #fa72ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa72ca


Comments

No comments written yet.

Please login to write comment.