Color Hex Logo

#fc73ae Color Hex

#FC73AE
(252,115,174)
0 Favorites   0 Comments

Color spaces of #fc73ae

RGB 252115174
HSL0.930.960.72
HSV334°54°99°
CMYK 0.000.540.31   0.01
XYZ53.915636.012944.1539
Yxy36.01290.40210.2686
Hunter Lab60.010755.3514-1.6161
CIE-Lab66.529858.1681-5.7429

#fc73ae color RGB value is (252,115,174).

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

The process color (four color CMYK) of #fc73ae color hex is 0.00, 0.54, 0.31, 0.01. Web safe color of #fc73ae is #ff6699. Color #fc73ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110011 10101110
Octal 374 163 256
Decimal 252 115 174
Hex FC 73 AE

RGB Percentages of Color #fc73ae

%46.58
%21.26
%32.16

CMYK Percentages of Color #fc73ae

%0
%54
%31
%1

Triadic Colors of #fc73ae

#fc73ae #aefc73 #73aefc

Analogous Colors of #fc73ae

#fc73ae #fc7d73 #fc73f3

Monochromatic Colors of #fc73ae

#fc73ae

Complementary Color

#fc73ae #73fcc1

#fc73ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc73ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc73ae Color CSS Codes

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

#fc73ae Text Font Color

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

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


#fc73ae Background Color

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

This div background color is #fc73ae


#fc73ae Border Color

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

This div border color is #fc73ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc73ae


Comments

No comments written yet.

Please login to write comment.