Color Hex Logo

#f474cc Color Hex

#F474CC
(244,116,204)
0 Favorites   0 Comments

Color spaces of #f474cc

RGB 244116204
HSL0.890.850.71
HSV319°52°96°
CMYK 0.000.520.16   0.04
XYZ54.452736.083561.2216
Yxy36.08350.35880.2378
Hunter Lab60.069556.6875-18.3784
CIE-Lab66.583759.3057-22.6882

#f474cc color RGB value is (244,116,204).

#f474cc hex color red value is 244, green value is 116 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f474cc hue: 0.89 , saturation: 0.85 and the lightness value of f474cc is 0.71.

The process color (four color CMYK) of #f474cc color hex is 0.00, 0.52, 0.16, 0.04. Web safe color of #f474cc is #ff66cc. Color #f474cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110100 11001100
Octal 364 164 314
Decimal 244 116 204
Hex F4 74 CC

RGB Percentages of Color #f474cc

%43.26
%20.57
%36.17

CMYK Percentages of Color #f474cc

%0
%52
%16
%4

Triadic Colors of #f474cc

#f474cc #ccf474 #74ccf4

Analogous Colors of #f474cc

#f474cc #f4748c #dc74f4

Monochromatic Colors of #f474cc

#f474cc

Complementary Color

#f474cc #74f49c

#f474cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f474cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f474cc Color CSS Codes

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

#f474cc Text Font Color

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

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


#f474cc Background Color

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

This div background color is #f474cc


#f474cc Border Color

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

This div border color is #f474cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,116,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f474cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f474cc;
  -webkit-box-shadow: 1px 1px 3px 2px #f474cc;
  box-shadow:         1px 1px 3px 2px #f474cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,116,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f474cc


Comments

No comments written yet.

Please login to write comment.