Color Hex Logo

#fc77ef Color Hex

#FC77EF
(252,119,239)
0 Favorites   0 Comments

Color spaces of #fc77ef

RGB 252119239
HSL0.850.960.73
HSV306°53°99°
CMYK 0.000.530.05   0.01
XYZ62.321740.121186.1208
Yxy40.12110.33050.2128
Hunter Lab63.341264.7798-36.2738
CIE-Lab69.555765.6059-37.4508

#fc77ef color RGB value is (252,119,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110111 11101111
Octal 374 167 357
Decimal 252 119 239
Hex FC 77 EF

RGB Percentages of Color #fc77ef

%41.31
%19.51
%39.18

CMYK Percentages of Color #fc77ef

%0
%53
%5
%1

Triadic Colors of #fc77ef

#fc77ef #effc77 #77effc

Analogous Colors of #fc77ef

#fc77ef #fc77ad #c777fc

Monochromatic Colors of #fc77ef

#fc77ef

Complementary Color

#fc77ef #77fc84

#fc77ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc77ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc77ef Color CSS Codes

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

#fc77ef Text Font Color

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

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


#fc77ef Background Color

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

This div background color is #fc77ef


#fc77ef Border Color

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

This div border color is #fc77ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc77ef

Related Colors


Comments

No comments written yet.

Please login to write comment.