Color Hex Logo

#fc6afa Color Hex

#FC6AFA
(252,106,250)
0 Favorites   0 Comments

Color spaces of #fc6afa

RGB 252106250
HSL0.840.960.70
HSV301°58°99°
CMYK 0.000.580.01   0.01
XYZ62.554237.905694.4620
Yxy37.90560.32090.1945
Hunter Lab61.567573.6175-47.8704
CIE-Lab67.951073.0623-46.0060

#fc6afa color RGB value is (252,106,250).

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

The process color (four color CMYK) of #fc6afa color hex is 0.00, 0.58, 0.01, 0.01. Web safe color of #fc6afa is #ff66ff. Color #fc6afa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101010 11111010
Octal 374 152 372
Decimal 252 106 250
Hex FC 6A FA

RGB Percentages of Color #fc6afa

%41.45
%17.43
%41.12

CMYK Percentages of Color #fc6afa

%0
%58
%1
%1

Triadic Colors of #fc6afa

#fc6afa #fafc6a #6afafc

Analogous Colors of #fc6afa

#fc6afa #fc6ab1 #b56afc

Monochromatic Colors of #fc6afa

#fc6afa

Complementary Color

#fc6afa #6afc6c

#fc6afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6afa Color CSS Codes

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

#fc6afa Text Font Color

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

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


#fc6afa Background Color

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

This div background color is #fc6afa


#fc6afa Border Color

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

This div border color is #fc6afa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,106,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 #fc6afa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6afa

Related Colors


Comments

No comments written yet.

Please login to write comment.