Color Hex Logo

#f77cec Color Hex

#F77CEC
(247,124,236)
0 Favorites   0 Comments

Color spaces of #f77cec

RGB 247124236
HSL0.850.880.73
HSV305°50°97°
CMYK 0.000.500.04   0.03
XYZ60.705740.245683.9255
Yxy40.24560.32840.2177
Hunter Lab63.439459.7891-34.0285
CIE-Lab69.644161.4374-35.7132

#f77cec color RGB value is (247,124,236).

#f77cec hex color red value is 247, green value is 124 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f77cec hue: 0.85 , saturation: 0.88 and the lightness value of f77cec is 0.73.

The process color (four color CMYK) of #f77cec color hex is 0.00, 0.50, 0.04, 0.03. Web safe color of #f77cec is #ff66ff. Color #f77cec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01111100 11101100
Octal 367 174 354
Decimal 247 124 236
Hex F7 7C EC

RGB Percentages of Color #f77cec

%40.69
%20.43
%38.88

CMYK Percentages of Color #f77cec

%0
%50
%4
%3

Triadic Colors of #f77cec

#f77cec #ecf77c #7cecf7

Analogous Colors of #f77cec

#f77cec #f77caf #c57cf7

Monochromatic Colors of #f77cec

#f77cec

Complementary Color

#f77cec #7cf787

#f77cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f77cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f77cec Color CSS Codes

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

#f77cec Text Font Color

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

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


#f77cec Background Color

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

This div background color is #f77cec


#f77cec Border Color

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

This div border color is #f77cec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,124,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f77cec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f77cec;
  -webkit-box-shadow: 1px 1px 3px 2px #f77cec;
  box-shadow:         1px 1px 3px 2px #f77cec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,124,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f77cec


Comments

No comments written yet.

Please login to write comment.