Color Hex Logo

#fc8afa Color Hex

#FC8AFA
(252,138,250)
0 Favorites   0 Comments

Color spaces of #fc8afa

RGB 252138250
HSL0.840.950.76
HSV301°45°99°
CMYK 0.000.450.01   0.01
XYZ66.488745.774595.7735
Yxy45.77450.31960.2200
Hunter Lab67.656957.0185-36.5698
CIE-Lab73.399058.5133-37.4916

#fc8afa color RGB value is (252,138,250).

#fc8afa hex color red value is 252, green value is 138 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fc8afa hue: 0.84 , saturation: 0.95 and the lightness value of fc8afa is 0.76.

The process color (four color CMYK) of #fc8afa color hex is 0.00, 0.45, 0.01, 0.01. Web safe color of #fc8afa is #ff99ff. Color #fc8afa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001010 11111010
Octal 374 212 372
Decimal 252 138 250
Hex FC 8A FA

RGB Percentages of Color #fc8afa

%39.38
%21.56
%39.06

CMYK Percentages of Color #fc8afa

%0
%45
%1
%1

Triadic Colors of #fc8afa

#fc8afa #fafc8a #8afafc

Analogous Colors of #fc8afa

#fc8afa #fc8ac1 #c58afc

Monochromatic Colors of #fc8afa

#fc8afa

Complementary Color

#fc8afa #8afc8c

#fc8afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8afa Color CSS Codes

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

#fc8afa Text Font Color

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

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


#fc8afa Background Color

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

This div background color is #fc8afa


#fc8afa Border Color

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

This div border color is #fc8afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8afa

Related Colors


Comments

No comments written yet.

Please login to write comment.