Color Hex Logo

#fc7469 Color Hex

#FC7469
(252,116,105)
0 Favorites   0 Comments

Color spaces of #fc7469

RGB 252116105
HSL0.010.960.70
HSV58°99°
CMYK 0.000.540.58   0.01
XYZ48.940134.206217.3876
Yxy34.20620.48680.3402
Hunter Lab58.486147.015023.3136
CIE-Lab65.125951.074231.3656

#fc7469 color RGB value is (252,116,105).

#fc7469 hex color red value is 252, green value is 116 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #fc7469 hue: 0.01 , saturation: 0.96 and the lightness value of fc7469 is 0.70.

The process color (four color CMYK) of #fc7469 color hex is 0.00, 0.54, 0.58, 0.01. Web safe color of #fc7469 is #ff6666. Color #fc7469 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110100 01101001
Octal 374 164 151
Decimal 252 116 105
Hex FC 74 69

RGB Percentages of Color #fc7469

%53.28
%24.52
%22.20

CMYK Percentages of Color #fc7469

%0
%54
%58
%1

Triadic Colors of #fc7469

#fc7469 #69fc74 #7469fc

Analogous Colors of #fc7469

#fc7469 #fcbe69 #fc69a8

Monochromatic Colors of #fc7469

#fc7469

Complementary Color

#fc7469 #69f1fc

#fc7469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7469 Color CSS Codes

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

#fc7469 Text Font Color

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

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


#fc7469 Background Color

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

This div background color is #fc7469


#fc7469 Border Color

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

This div border color is #fc7469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7469


Comments

No comments written yet.

Please login to write comment.