Color Hex Logo

#fc267f Color Hex

#FC267F
(252,38,127)
0 Favorites   0 Comments

Color spaces of #fc267f

RGB 25238127
HSL0.930.970.57
HSV335°85°99°
CMYK 0.000.850.50   0.01
XYZ44.668823.614022.2823
Yxy23.61400.49320.2607
Hunter Lab48.594279.04096.8293
CIE-Lab55.699279.69105.7602

#fc267f color RGB value is (252,38,127).

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

The process color (four color CMYK) of #fc267f color hex is 0.00, 0.85, 0.50, 0.01. Web safe color of #fc267f is #ff3366. Color #fc267f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100110 01111111
Octal 374 46 177
Decimal 252 38 127
Hex FC 26 7F

RGB Percentages of Color #fc267f

%60.43
%9.11
%30.46

CMYK Percentages of Color #fc267f

%0
%85
%50
%1

Triadic Colors of #fc267f

#fc267f #7ffc26 #267ffc

Analogous Colors of #fc267f

#fc267f #fc3826 #fc26ea

Monochromatic Colors of #fc267f

#fc267f

Complementary Color

#fc267f #26fca3

#fc267f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc267f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc267f Color CSS Codes

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

#fc267f Text Font Color

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

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


#fc267f Background Color

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

This div background color is #fc267f


#fc267f Border Color

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

This div border color is #fc267f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc267f


Comments

No comments written yet.

Please login to write comment.