Color Hex Logo

#f73aca Color Hex

#F73ACA
(247,58,202)
0 Favorites   0 Comments

Color spaces of #f73aca

RGB 24758202
HSL0.870.920.60
HSV314°77°97°
CMYK 0.000.770.18   0.03
XYZ50.531527.064558.4378
Yxy27.06450.37150.1990
Hunter Lab52.023682.3393-30.1837
CIE-Lab59.034081.6301-33.1640

#f73aca color RGB value is (247,58,202).

#f73aca hex color red value is 247, green value is 58 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f73aca hue: 0.87 , saturation: 0.92 and the lightness value of f73aca is 0.60.

The process color (four color CMYK) of #f73aca color hex is 0.00, 0.77, 0.18, 0.03. Web safe color of #f73aca is #ff33cc. Color #f73aca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00111010 11001010
Octal 367 72 312
Decimal 247 58 202
Hex F7 3A CA

RGB Percentages of Color #f73aca

%48.72
%11.44
%39.84

CMYK Percentages of Color #f73aca

%0
%77
%18
%3

Triadic Colors of #f73aca

#f73aca #caf73a #3acaf7

Analogous Colors of #f73aca

#f73aca #f73a6c #c63af7

Monochromatic Colors of #f73aca

#f73aca

Complementary Color

#f73aca #3af767

#f73aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f73aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f73aca Color CSS Codes

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

#f73aca Text Font Color

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

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


#f73aca Background Color

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

This div background color is #f73aca


#f73aca Border Color

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

This div border color is #f73aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f73aca


Comments

No comments written yet.

Please login to write comment.