color codes Logo

#fc79ef color codes

#FC79EF
(252,121,239)
0 Favorites   0 Comments

Color spaces of #fc79ef

RGB 252121239
HSL0.850.960.73
HSV306°52°99°
CMYK 0.000.520.05   0.01
XYZ62.562240.602286.2010
Yxy40.60220.33040.2144
Hunter Lab63.719963.7473-35.6043
CIE-Lab69.896364.6958-36.9210

#fc79ef color RGB value is (252,121,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111001 11101111
Octal 374 171 357
Decimal 252 121 239
Hex FC 79 EF

RGB Percentages of Color #fc79ef

%41.18
%19.77
%39.05

CMYK Percentages of Color #fc79ef

%0
%52
%5
%1

Triadic Colors of #fc79ef

#fc79ef #effc79 #79effc

Analogous Colors of #fc79ef

#fc79ef #fc79ae #c879fc

Monochromatic Colors of #fc79ef

#fc79ef

Complementary Color

#fc79ef #79fc86

#fc79ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc79ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc79ef Color CSS Codes

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

#fc79ef Text Font Color

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

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


#fc79ef Background Color

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

This div background color is #fc79ef


#fc79ef Border Color

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

This div border color is #fc79ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc79ef

Related Colors


Comments

No comments written yet.

Please login to write comment.