Color Hex Logo

#fc84fa Color Hex

#FC84FA
(252,132,250)
0 Favorites   0 Comments

Color spaces of #fc84fa

RGB 252132250
HSL0.840.950.75
HSV301°48°99°
CMYK 0.000.480.01   0.01
XYZ65.651544.100195.4944
Yxy44.10010.31990.2149
Hunter Lab66.407960.2530-38.7733
CIE-Lab72.295461.3994-39.2081

#fc84fa color RGB value is (252,132,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000100 11111010
Octal 374 204 372
Decimal 252 132 250
Hex FC 84 FA

RGB Percentages of Color #fc84fa

%39.75
%20.82
%39.43

CMYK Percentages of Color #fc84fa

%0
%48
%1
%1

Triadic Colors of #fc84fa

#fc84fa #fafc84 #84fafc

Analogous Colors of #fc84fa

#fc84fa #fc84be #c284fc

Monochromatic Colors of #fc84fa

#fc84fa

Complementary Color

#fc84fa #84fc86

#fc84fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc84fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc84fa Color CSS Codes

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

#fc84fa Text Font Color

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

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


#fc84fa Background Color

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

This div background color is #fc84fa


#fc84fa Border Color

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

This div border color is #fc84fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc84fa

Related Colors


Comments

No comments written yet.

Please login to write comment.