color codes Logo

#f484cc color codes

#F484CC
(244,132,204)
0 Favorites   0 Comments

Color spaces of #f484cc

RGB 244132204
HSL0.890.840.74
HSV321°46°96°
CMYK 0.000.460.16   0.04
XYZ56.458640.095361.8902
Yxy40.09530.35630.2531
Hunter Lab63.320848.3440-13.6258
CIE-Lab69.537451.6121-18.1944

#f484cc color RGB value is (244,132,204).

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

The process color (four color CMYK) of #f484cc color code is 0.00, 0.46, 0.16, 0.04. Web safe color of #f484cc is #ff99cc. Color #f484cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000100 11001100
Octal 364 204 314
Decimal 244 132 204
Hex F4 84 CC

RGB Percentages of Color #f484cc

%42.07
%22.76
%35.17

CMYK Percentages of Color #f484cc

%0
%46
%16
%4

Triadic Colors of #f484cc

#f484cc #ccf484 #84ccf4

Analogous Colors of #f484cc

#f484cc #f48494 #e484f4

Monochromatic Colors of #f484cc

#f484cc

Complementary Color

#f484cc #84f4ac

#f484cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f484cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f484cc Color CSS Codes

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

#f484cc Text Font Color

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

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


#f484cc Background Color

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

This div background color is #f484cc


#f484cc Border Color

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

This div border color is #f484cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f484cc


Comments

No comments written yet.

Please login to write comment.