Color Hex Logo

#fc264c Color Hex

#FC264C
(252,38,76)
0 Favorites   0 Comments

Color spaces of #fc264c

RGB 2523876
HSL0.970.970.57
HSV349°85°99°
CMYK 0.000.850.70   0.01
XYZ42.142522.60358.9792
Yxy22.60350.57160.3066
Hunter Lab47.543175.022922.0824
CIE-Lab54.661676.692634.7762

#fc264c color RGB value is (252,38,76).

#fc264c hex color red value is 252, green value is 38 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #fc264c hue: 0.97 , saturation: 0.97 and the lightness value of fc264c is 0.57.

The process color (four color CMYK) of #fc264c color hex is 0.00, 0.85, 0.70, 0.01. Web safe color of #fc264c is #ff3333. Color #fc264c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100110 01001100
Octal 374 46 114
Decimal 252 38 76
Hex FC 26 4C

RGB Percentages of Color #fc264c

%68.85
%10.38
%20.77

CMYK Percentages of Color #fc264c

%0
%85
%70
%1

Triadic Colors of #fc264c

#fc264c #4cfc26 #264cfc

Analogous Colors of #fc264c

#fc264c #fc6b26 #fc26b7

Monochromatic Colors of #fc264c

#fc264c

Complementary Color

#fc264c #26fcd6

#fc264c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc264c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc264c Color CSS Codes

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

#fc264c Text Font Color

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

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


#fc264c Background Color

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

This div background color is #fc264c


#fc264c Border Color

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

This div border color is #fc264c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc264c


Comments

No comments written yet.

Please login to write comment.