Color Hex Logo

#f776ca Color Hex

#F776CA
(247,118,202)
0 Favorites   0 Comments

Color spaces of #f776ca

RGB 247118202
HSL0.890.890.72
HSV321°52°97°
CMYK 0.000.520.18   0.03
XYZ55.496936.995360.0929
Yxy36.99530.36370.2425
Hunter Lab60.823856.4256-16.0009
CIE-Lab67.273558.9699-20.4781

#f776ca color RGB value is (247,118,202).

#f776ca hex color red value is 247, green value is 118 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f776ca hue: 0.89 , saturation: 0.89 and the lightness value of f776ca is 0.72.

The process color (four color CMYK) of #f776ca color hex is 0.00, 0.52, 0.18, 0.03. Web safe color of #f776ca is #ff66cc. Color #f776ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01110110 11001010
Octal 367 166 312
Decimal 247 118 202
Hex F7 76 CA

RGB Percentages of Color #f776ca

%43.56
%20.81
%35.63

CMYK Percentages of Color #f776ca

%0
%52
%18
%3

Triadic Colors of #f776ca

#f776ca #caf776 #76caf7

Analogous Colors of #f776ca

#f776ca #f7768a #e476f7

Monochromatic Colors of #f776ca

#f776ca

Complementary Color

#f776ca #76f7a3

#f776ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f776ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f776ca Color CSS Codes

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

#f776ca Text Font Color

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

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


#f776ca Background Color

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

This div background color is #f776ca


#f776ca Border Color

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

This div border color is #f776ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f776ca


Comments

No comments written yet.

Please login to write comment.