Color Hex Logo

#fc0abf Color Hex

#FC0ABF
(252,10,191)
0 Favorites   0 Comments

Color spaces of #fc0abf

RGB 25210191
HSL0.880.980.51
HSV315°96°99°
CMYK 0.000.960.24   0.01
XYZ49.657424.674151.4356
Yxy24.67410.39480.1962
Hunter Lab49.673091.5160-26.6227
CIE-Lab56.756589.0977-30.3209

#fc0abf color RGB value is (252,10,191).

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

The process color (four color CMYK) of #fc0abf color hex is 0.00, 0.96, 0.24, 0.01. Web safe color of #fc0abf is #ff00cc. Color #fc0abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00001010 10111111
Octal 374 12 277
Decimal 252 10 191
Hex FC A BF

RGB Percentages of Color #fc0abf

%55.63
%2.21
%42.16

CMYK Percentages of Color #fc0abf

%0
%96
%24
%1

Triadic Colors of #fc0abf

#fc0abf #bffc0a #0abffc

Analogous Colors of #fc0abf

#fc0abf #fc0a46 #c00afc

Monochromatic Colors of #fc0abf

#fc0abf

Complementary Color

#fc0abf #0afc47

#fc0abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc0abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc0abf Color CSS Codes

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

#fc0abf Text Font Color

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

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


#fc0abf Background Color

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

This div background color is #fc0abf


#fc0abf Border Color

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

This div border color is #fc0abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc0abf

Related Colors


Comments

No comments written yet.

Please login to write comment.