Color Hex Logo

#fc276d Color Hex

#FC276D
(252,39,109)
0 Favorites   0 Comments

Color spaces of #fc276d

RGB 25239109
HSL0.950.970.57
HSV340°85°99°
CMYK 0.000.850.57   0.01
XYZ43.630723.250616.6562
Yxy23.25060.52230.2783
Hunter Lab48.218977.132113.2727
CIE-Lab55.329578.249516.0185

#fc276d color RGB value is (252,39,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100111 01101101
Octal 374 47 155
Decimal 252 39 109
Hex FC 27 6D

RGB Percentages of Color #fc276d

%63.00
%9.75
%27.25

CMYK Percentages of Color #fc276d

%0
%85
%57
%1

Triadic Colors of #fc276d

#fc276d #6dfc27 #276dfc

Analogous Colors of #fc276d

#fc276d #fc4b27 #fc27d8

Monochromatic Colors of #fc276d

#fc276d

Complementary Color

#fc276d #27fcb6

#fc276d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc276d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc276d Color CSS Codes

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

#fc276d Text Font Color

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

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


#fc276d Background Color

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

This div background color is #fc276d


#fc276d Border Color

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

This div border color is #fc276d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc276d


Comments

No comments written yet.

Please login to write comment.