Color Hex Logo

#f934cf Color Hex

#F934CF
(249,52,207)
0 Favorites   0 Comments

Color spaces of #f934cf

RGB 24952207
HSL0.870.940.59
HSV313°79°98°
CMYK 0.000.790.17   0.02
XYZ51.557427.100761.5451
Yxy27.10070.36770.1933
Hunter Lab52.058385.6803-33.6538
CIE-Lab59.067484.2088-35.9375

#f934cf color RGB value is (249,52,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110100 11001111
Octal 371 64 317
Decimal 249 52 207
Hex F9 34 CF

RGB Percentages of Color #f934cf

%49.02
%10.24
%40.75

CMYK Percentages of Color #f934cf

%0
%79
%17
%2

Triadic Colors of #f934cf

#f934cf #cff934 #34cff9

Analogous Colors of #f934cf

#f934cf #f9346d #c134f9

Monochromatic Colors of #f934cf

#f934cf

Complementary Color

#f934cf #34f95e

#f934cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f934cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f934cf Color CSS Codes

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

#f934cf Text Font Color

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

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


#f934cf Background Color

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

This div background color is #f934cf


#f934cf Border Color

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

This div border color is #f934cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,52,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f934cf

Related Colors


Comments

No comments written yet.

Please login to write comment.