Color Hex Logo

#fca07a Color Hex

#FCA07A
(252,160,122)
0 Favorites   0 Comments

Color spaces of #fca07a

RGB 252160122
HSL0.050.960.73
HSV18°52°99°
CMYK 0.000.370.52   0.01
XYZ56.228547.242224.5674
Yxy47.24220.43920.3690
Hunter Lab68.733025.743126.9209
CIE-Lab74.344430.320234.0086

#fca07a color RGB value is (252,160,122).

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

The process color (four color CMYK) of #fca07a color hex is 0.00, 0.37, 0.52, 0.01. Web safe color of #fca07a is #ff9966. Color #fca07a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100000 01111010
Octal 374 240 172
Decimal 252 160 122
Hex FC A0 7A

RGB Percentages of Color #fca07a

%47.19
%29.96
%22.85

CMYK Percentages of Color #fca07a

%0
%37
%52
%1

Triadic Colors of #fca07a

#fca07a #7afca0 #a07afc

Analogous Colors of #fca07a

#fca07a #fce17a #fc7a95

Monochromatic Colors of #fca07a

#fca07a

Complementary Color

#fca07a #7ad6fc

#fca07a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca07a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca07a Color CSS Codes

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

#fca07a Text Font Color

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

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


#fca07a Background Color

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

This div background color is #fca07a


#fca07a Border Color

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

This div border color is #fca07a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca07a


Comments

No comments written yet.

Please login to write comment.