Color Hex Logo

#fc73da Color Hex

#FC73DA
(252,115,218)
0 Favorites   0 Comments

Color spaces of #fc73da

RGB 252115218
HSL0.870.960.72
HSV315°54°99°
CMYK 0.000.540.13   0.01
XYZ58.930538.018970.5621
Yxy38.01890.35180.2270
Hunter Lab61.659562.6958-24.6889
CIE-Lab68.034564.1364-28.1876

#fc73da color RGB value is (252,115,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110011 11011010
Octal 374 163 332
Decimal 252 115 218
Hex FC 73 DA

RGB Percentages of Color #fc73da

%43.08
%19.66
%37.26

CMYK Percentages of Color #fc73da

%0
%54
%13
%1

Triadic Colors of #fc73da

#fc73da #dafc73 #73dafc

Analogous Colors of #fc73da

#fc73da #fc7396 #da73fc

Monochromatic Colors of #fc73da

#fc73da

Complementary Color

#fc73da #73fc95

#fc73da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc73da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc73da Color CSS Codes

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

#fc73da Text Font Color

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

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


#fc73da Background Color

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

This div background color is #fc73da


#fc73da Border Color

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

This div border color is #fc73da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc73da

Related Colors


Comments

No comments written yet.

Please login to write comment.