Color Hex Logo

#fc78fa Color Hex

#FC78FA
(252,120,250)
0 Favorites   0 Comments

Color spaces of #fc78fa

RGB 252120250
HSL0.840.960.73
HSV301°52°99°
CMYK 0.000.520.01   0.01
XYZ64.116741.030594.9828
Yxy41.03050.32040.2050
Hunter Lab64.055166.5754-43.0785
CIE-Lab70.197366.9714-42.4829

#fc78fa color RGB value is (252,120,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111000 11111010
Octal 374 170 372
Decimal 252 120 250
Hex FC 78 FA

RGB Percentages of Color #fc78fa

%40.51
%19.29
%40.19

CMYK Percentages of Color #fc78fa

%0
%52
%1
%1

Triadic Colors of #fc78fa

#fc78fa #fafc78 #78fafc

Analogous Colors of #fc78fa

#fc78fa #fc78b8 #bc78fc

Monochromatic Colors of #fc78fa

#fc78fa

Complementary Color

#fc78fa #78fc7a

#fc78fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc78fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc78fa Color CSS Codes

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

#fc78fa Text Font Color

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

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


#fc78fa Background Color

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

This div background color is #fc78fa


#fc78fa Border Color

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

This div border color is #fc78fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc78fa

Related Colors


Comments

No comments written yet.

Please login to write comment.