Color Hex Logo

#fc0aef Color Hex

#FC0AEF
(252,10,239)
0 Favorites   0 Comments

Color spaces of #fc0aef

RGB 25210239
HSL0.840.980.51
HSV303°96°99°
CMYK 0.000.960.05   0.01
XYZ55.833427.144583.9580
Yxy27.14450.33450.1626
Hunter Lab52.1004100.1139-59.0736
CIE-Lab59.107895.0097-53.9029

#fc0aef color RGB value is (252,10,239).

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

The process color (four color CMYK) of #fc0aef color hex is 0.00, 0.96, 0.05, 0.01. Web safe color of #fc0aef is #ff00ff. Color #fc0aef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00001010 11101111
Octal 374 12 357
Decimal 252 10 239
Hex FC A EF

RGB Percentages of Color #fc0aef

%50.30
%2.00
%47.70

CMYK Percentages of Color #fc0aef

%0
%96
%5
%1

Triadic Colors of #fc0aef

#fc0aef #effc0a #0aeffc

Analogous Colors of #fc0aef

#fc0aef #fc0a76 #900afc

Monochromatic Colors of #fc0aef

#fc0aef

Complementary Color

#fc0aef #0afc17

#fc0aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc0aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc0aef Color CSS Codes

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

#fc0aef Text Font Color

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

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


#fc0aef Background Color

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

This div background color is #fc0aef


#fc0aef Border Color

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

This div border color is #fc0aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc0aef


Comments

No comments written yet.

Please login to write comment.