Color Hex Logo

#fc0998 Color Hex

#FC0998
(252,9,152)
0 Favorites   0 Comments

Color spaces of #fc0998

RGB 2529152
HSL0.900.980.51
HSV325°96°99°
CMYK 0.000.960.40   0.01
XYZ45.910123.157831.7559
Yxy23.15780.45530.2297
Hunter Lab48.122686.0789-5.4395
CIE-Lab55.234585.2622-9.8148

#fc0998 color RGB value is (252,9,152).

#fc0998 hex color red value is 252, green value is 9 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #fc0998 hue: 0.90 , saturation: 0.98 and the lightness value of fc0998 is 0.51.

The process color (four color CMYK) of #fc0998 color hex is 0.00, 0.96, 0.40, 0.01. Web safe color of #fc0998 is #ff0099. Color #fc0998 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00001001 10011000
Octal 374 11 230
Decimal 252 9 152
Hex FC 9 98

RGB Percentages of Color #fc0998

%61.02
%2.18
%36.80

CMYK Percentages of Color #fc0998

%0
%96
%40
%1

Triadic Colors of #fc0998

#fc0998 #98fc09 #0998fc

Analogous Colors of #fc0998

#fc0998 #fc091f #e709fc

Monochromatic Colors of #fc0998

#fc0998

Complementary Color

#fc0998 #09fc6d

#fc0998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc0998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc0998 Color CSS Codes

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

#fc0998 Text Font Color

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

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


#fc0998 Background Color

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

This div background color is #fc0998


#fc0998 Border Color

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

This div border color is #fc0998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc0998


Comments

No comments written yet.

Please login to write comment.