Color Hex Logo

#f929cc Color Hex

#F929CC
(249,41,204)
0 Favorites   0 Comments

Color spaces of #f929cc

RGB 24941204
HSL0.870.950.57
HSV313°84°98°
CMYK 0.000.840.18   0.02
XYZ50.758926.085259.4864
Yxy26.08520.37230.1913
Hunter Lab51.073788.0210-33.3045
CIE-Lab58.117886.1857-35.7099

#f929cc color RGB value is (249,41,204).

#f929cc hex color red value is 249, green value is 41 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f929cc hue: 0.87 , saturation: 0.95 and the lightness value of f929cc is 0.57.

The process color (four color CMYK) of #f929cc color hex is 0.00, 0.84, 0.18, 0.02. Web safe color of #f929cc is #ff33cc. Color #f929cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00101001 11001100
Octal 371 51 314
Decimal 249 41 204
Hex F9 29 CC

RGB Percentages of Color #f929cc

%50.40
%8.30
%41.30

CMYK Percentages of Color #f929cc

%0
%84
%18
%2

Triadic Colors of #f929cc

#f929cc #ccf929 #29ccf9

Analogous Colors of #f929cc

#f929cc #f92964 #be29f9

Monochromatic Colors of #f929cc

#f929cc

Complementary Color

#f929cc #29f956

#f929cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f929cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f929cc Color CSS Codes

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

#f929cc Text Font Color

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

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


#f929cc Background Color

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

This div background color is #f929cc


#f929cc Border Color

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

This div border color is #f929cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f929cc


Comments

No comments written yet.

Please login to write comment.