Color Hex Logo

#fc73bf Color Hex

#FC73BF
(252,115,191)
0 Favorites   0 Comments

Color spaces of #fc73bf

RGB 252115191
HSL0.910.960.72
HSV327°54°99°
CMYK 0.000.540.24   0.01
XYZ55.679636.718553.4430
Yxy36.71850.38180.2518
Hunter Lab60.595857.9755-9.8743
CIE-Lab67.065360.3255-14.5476

#fc73bf color RGB value is (252,115,191).

#fc73bf hex color red value is 252, green value is 115 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fc73bf hue: 0.91 , saturation: 0.96 and the lightness value of fc73bf is 0.72.

The process color (four color CMYK) of #fc73bf color hex is 0.00, 0.54, 0.24, 0.01. Web safe color of #fc73bf is #ff66cc. Color #fc73bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110011 10111111
Octal 374 163 277
Decimal 252 115 191
Hex FC 73 BF

RGB Percentages of Color #fc73bf

%45.16
%20.61
%34.23

CMYK Percentages of Color #fc73bf

%0
%54
%24
%1

Triadic Colors of #fc73bf

#fc73bf #bffc73 #73bffc

Analogous Colors of #fc73bf

#fc73bf #fc737b #f573fc

Monochromatic Colors of #fc73bf

#fc73bf

Complementary Color

#fc73bf #73fcb0

#fc73bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc73bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc73bf Color CSS Codes

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

#fc73bf Text Font Color

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

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


#fc73bf Background Color

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

This div background color is #fc73bf


#fc73bf Border Color

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

This div border color is #fc73bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,115,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc73bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc73bf;
  -webkit-box-shadow: 1px 1px 3px 2px #fc73bf;
  box-shadow:         1px 1px 3px 2px #fc73bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,115,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fc73bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc73bf


Comments

No comments written yet.

Please login to write comment.