Color Hex Logo

#fc7aca Color Hex

#FC7ACA
(252,122,202)
0 Favorites   0 Comments

Color spaces of #fc7aca

RGB 252122202
HSL0.900.960.73
HSV323°52°99°
CMYK 0.000.520.20   0.01
XYZ57.765138.878860.3369
Yxy38.87880.36800.2477
Hunter Lab62.352956.2489-13.7261
CIE-Lab68.663458.5966-18.3035

#fc7aca color RGB value is (252,122,202).

#fc7aca hex color red value is 252, green value is 122 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fc7aca hue: 0.90 , saturation: 0.96 and the lightness value of fc7aca is 0.73.

The process color (four color CMYK) of #fc7aca color hex is 0.00, 0.52, 0.20, 0.01. Web safe color of #fc7aca is #ff66cc. Color #fc7aca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111010 11001010
Octal 374 172 312
Decimal 252 122 202
Hex FC 7A CA

RGB Percentages of Color #fc7aca

%43.75
%21.18
%35.07

CMYK Percentages of Color #fc7aca

%0
%52
%20
%1

Triadic Colors of #fc7aca

#fc7aca #cafc7a #7acafc

Analogous Colors of #fc7aca

#fc7aca #fc7a89 #ed7afc

Monochromatic Colors of #fc7aca

#fc7aca

Complementary Color

#fc7aca #7afcac

#fc7aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7aca Color CSS Codes

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

#fc7aca Text Font Color

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

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


#fc7aca Background Color

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

This div background color is #fc7aca


#fc7aca Border Color

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

This div border color is #fc7aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7aca

#fc7aca Color Palettes


Comments

No comments written yet.

Please login to write comment.