Color Hex Logo

#fc77d6 Color Hex

#FC77D6
(252,119,214)
0 Favorites   0 Comments

Color spaces of #fc77d6

RGB 252119214
HSL0.880.960.73
HSV317°53°99°
CMYK 0.000.530.15   0.01
XYZ58.879338.744167.9934
Yxy38.74410.35550.2339
Hunter Lab62.244859.9205-21.1944
CIE-Lab68.565561.7243-25.1460

#fc77d6 color RGB value is (252,119,214).

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

The process color (four color CMYK) of #fc77d6 color hex is 0.00, 0.53, 0.15, 0.01. Web safe color of #fc77d6 is #ff66cc. Color #fc77d6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110111 11010110
Octal 374 167 326
Decimal 252 119 214
Hex FC 77 D6

RGB Percentages of Color #fc77d6

%43.08
%20.34
%36.58

CMYK Percentages of Color #fc77d6

%0
%53
%15
%1

Triadic Colors of #fc77d6

#fc77d6 #d6fc77 #77d6fc

Analogous Colors of #fc77d6

#fc77d6 #fc7794 #e077fc

Monochromatic Colors of #fc77d6

#fc77d6

Complementary Color

#fc77d6 #77fc9d

#fc77d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc77d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc77d6 Color CSS Codes

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

#fc77d6 Text Font Color

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

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


#fc77d6 Background Color

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

This div background color is #fc77d6


#fc77d6 Border Color

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

This div border color is #fc77d6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc77d6

Related Colors


Comments

No comments written yet.

Please login to write comment.