Color Hex Logo

#f469cc Color Hex

#F469CC
(244,105,204)
0 Favorites   0 Comments

Color spaces of #f469cc

RGB 244105204
HSL0.880.860.68
HSV317°57°96°
CMYK 0.000.570.16   0.04
XYZ53.258933.695960.8236
Yxy33.69590.36040.2280
Hunter Lab58.048262.1885-21.4911
CIE-Lab64.720564.2795-25.5421

#f469cc color RGB value is (244,105,204).

#f469cc hex color red value is 244, green value is 105 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f469cc hue: 0.88 , saturation: 0.86 and the lightness value of f469cc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01101001 11001100
Octal 364 151 314
Decimal 244 105 204
Hex F4 69 CC

RGB Percentages of Color #f469cc

%44.12
%18.99
%36.89

CMYK Percentages of Color #f469cc

%0
%57
%16
%4

Triadic Colors of #f469cc

#f469cc #ccf469 #69ccf4

Analogous Colors of #f469cc

#f469cc #f46987 #d769f4

Monochromatic Colors of #f469cc

#f469cc

Complementary Color

#f469cc #69f491

#f469cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f469cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f469cc Color CSS Codes

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

#f469cc Text Font Color

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

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


#f469cc Background Color

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

This div background color is #f469cc


#f469cc Border Color

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

This div border color is #f469cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f469cc


Comments

No comments written yet.

Please login to write comment.