Color Hex Logo

#fc76ff Color Hex

#FC76FF
(252,118,255)
0 Favorites   0 Comments

Color spaces of #fc76ff

RGB 252118255
HSL0.831.000.73
HSV299°54°100°
CMYK 0.010.540.00   0.00
XYZ64.673340.872399.0882
Yxy40.87230.31600.1997
Hunter Lab63.931468.6913-47.1423
CIE-Lab70.086468.7148-45.3887

#fc76ff color RGB value is (252,118,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110110 11111111
Octal 374 166 377
Decimal 252 118 255
Hex FC 76 FF

RGB Percentages of Color #fc76ff

%40.32
%18.88
%40.80

CMYK Percentages of Color #fc76ff

%1
%54
%0
%0

Triadic Colors of #fc76ff

#fc76ff #fffc76 #76fffc

Analogous Colors of #fc76ff

#fc76ff #ff76be #b876ff

Monochromatic Colors of #fc76ff

#fc76ff

Complementary Color

#fc76ff #79ff76

#fc76ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc76ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc76ff Color CSS Codes

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

#fc76ff Text Font Color

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

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


#fc76ff Background Color

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

This div background color is #fc76ff


#fc76ff Border Color

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

This div border color is #fc76ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc76ff

Related Colors


Comments

No comments written yet.

Please login to write comment.