Color Hex Logo

#f934cc Color Hex

#F934CC
(249,52,204)
0 Favorites   0 Comments

Color spaces of #f934cc

RGB 24952204
HSL0.870.940.59
HSV314°79°98°
CMYK 0.000.790.18   0.02
XYZ51.194026.955459.6314
Yxy26.95540.37160.1956
Hunter Lab51.918685.1513-31.7549
CIE-Lab58.933083.8278-34.4372

#f934cc color RGB value is (249,52,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110100 11001100
Octal 371 64 314
Decimal 249 52 204
Hex F9 34 CC

RGB Percentages of Color #f934cc

%49.31
%10.30
%40.40

CMYK Percentages of Color #f934cc

%0
%79
%18
%2

Triadic Colors of #f934cc

#f934cc #ccf934 #34ccf9

Analogous Colors of #f934cc

#f934cc #f9346a #c434f9

Monochromatic Colors of #f934cc

#f934cc

Complementary Color

#f934cc #34f961

#f934cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f934cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f934cc Color CSS Codes

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

#f934cc Text Font Color

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

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


#f934cc Background Color

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

This div background color is #f934cc


#f934cc Border Color

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

This div border color is #f934cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f934cc


Comments

No comments written yet.

Please login to write comment.