Color Hex Logo

#fc277d Color Hex

#FC277D
(252,39,125)
0 Favorites   0 Comments

Color spaces of #fc277d

RGB 25239125
HSL0.930.970.57
HSV336°85°99°
CMYK 0.000.850.50   0.01
XYZ44.572123.627221.6133
Yxy23.62720.49630.2631
Hunter Lab48.607878.61627.6624
CIE-Lab55.712679.35276.9748

#fc277d color RGB value is (252,39,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100111 01111101
Octal 374 47 175
Decimal 252 39 125
Hex FC 27 7D

RGB Percentages of Color #fc277d

%60.58
%9.38
%30.05

CMYK Percentages of Color #fc277d

%0
%85
%50
%1

Triadic Colors of #fc277d

#fc277d #7dfc27 #277dfc

Analogous Colors of #fc277d

#fc277d #fc3c27 #fc27e8

Monochromatic Colors of #fc277d

#fc277d

Complementary Color

#fc277d #27fca6

#fc277d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc277d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc277d Color CSS Codes

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

#fc277d Text Font Color

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

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


#fc277d Background Color

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

This div background color is #fc277d


#fc277d Border Color

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

This div border color is #fc277d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc277d

Related Colors


Comments

No comments written yet.

Please login to write comment.