Color Hex Logo

#fc2789 Color Hex

#FC2789
(252,39,137)
0 Favorites   0 Comments

Color spaces of #fc2789

RGB 25239137
HSL0.920.970.57
HSV332°85°99°
CMYK 0.000.850.46   0.01
XYZ45.385823.952625.8981
Yxy23.95260.47660.2515
Hunter Lab48.941479.88452.8847
CIE-Lab56.040380.28980.2899

#fc2789 color RGB value is (252,39,137).

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

The process color (four color CMYK) of #fc2789 color hex is 0.00, 0.85, 0.46, 0.01. Web safe color of #fc2789 is #ff3399. Color #fc2789 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100111 10001001
Octal 374 47 211
Decimal 252 39 137
Hex FC 27 89

RGB Percentages of Color #fc2789

%58.88
%9.11
%32.01

CMYK Percentages of Color #fc2789

%0
%85
%46
%1

Triadic Colors of #fc2789

#fc2789 #89fc27 #2789fc

Analogous Colors of #fc2789

#fc2789 #fc3027 #fc27f4

Monochromatic Colors of #fc2789

#fc2789

Complementary Color

#fc2789 #27fc9a

#fc2789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc2789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc2789 Color CSS Codes

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

#fc2789 Text Font Color

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

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


#fc2789 Background Color

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

This div background color is #fc2789


#fc2789 Border Color

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

This div border color is #fc2789


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc2789

Related Colors


Comments

No comments written yet.

Please login to write comment.