Color Hex Logo

#fc79ff Color Hex

#FC79FF
(252,121,255)
0 Favorites   0 Comments

Color spaces of #fc79ff

RGB 252121255
HSL0.831.000.74
HSV299°53°100°
CMYK 0.010.530.00   0.00
XYZ65.032341.590299.2079
Yxy41.59020.31600.2021
Hunter Lab64.490567.1414-46.0645
CIE-Lab70.587567.3671-44.6028

#fc79ff color RGB value is (252,121,255).

#fc79ff hex color red value is 252, green value is 121 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fc79ff hue: 0.83 , saturation: 1.00 and the lightness value of fc79ff is 0.74.

The process color (four color CMYK) of #fc79ff color hex is 0.01, 0.53, 0.00, 0.00. Web safe color of #fc79ff is #ff66ff. Color #fc79ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111001 11111111
Octal 374 171 377
Decimal 252 121 255
Hex FC 79 FF

RGB Percentages of Color #fc79ff

%40.13
%19.27
%40.61

CMYK Percentages of Color #fc79ff

%1
%53
%0
%0

Triadic Colors of #fc79ff

#fc79ff #fffc79 #79fffc

Analogous Colors of #fc79ff

#fc79ff #ff79bf #b979ff

Monochromatic Colors of #fc79ff

#fc79ff

Complementary Color

#fc79ff #7cff79

#fc79ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc79ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc79ff Color CSS Codes

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

#fc79ff Text Font Color

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

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


#fc79ff Background Color

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

This div background color is #fc79ff


#fc79ff Border Color

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

This div border color is #fc79ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc79ff

Related Colors


Comments

No comments written yet.

Please login to write comment.