Color Hex Logo

#f732cf Color Hex

#F732CF
(247,50,207)
0 Favorites   0 Comments

Color spaces of #f732cf

RGB 24750207
HSL0.870.920.58
HSV312°80°97°
CMYK 0.000.800.16   0.03
XYZ50.760926.560461.4827
Yxy26.56040.36570.1914
Hunter Lab51.536885.6233-34.6564
CIE-Lab58.565284.2627-36.7475

#f732cf color RGB value is (247,50,207).

#f732cf hex color red value is 247, green value is 50 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f732cf hue: 0.87 , saturation: 0.92 and the lightness value of f732cf is 0.58.

The process color (four color CMYK) of #f732cf color hex is 0.00, 0.80, 0.16, 0.03. Web safe color of #f732cf is #ff33cc. Color #f732cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110010 11001111
Octal 367 62 317
Decimal 247 50 207
Hex F7 32 CF

RGB Percentages of Color #f732cf

%49.01
%9.92
%41.07

CMYK Percentages of Color #f732cf

%0
%80
%16
%3

Triadic Colors of #f732cf

#f732cf #cff732 #32cff7

Analogous Colors of #f732cf

#f732cf #f7326d #bd32f7

Monochromatic Colors of #f732cf

#f732cf

Complementary Color

#f732cf #32f75a

#f732cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f732cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f732cf Color CSS Codes

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

#f732cf Text Font Color

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

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


#f732cf Background Color

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

This div background color is #f732cf


#f732cf Border Color

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

This div border color is #f732cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f732cf

Related Colors


Comments

No comments written yet.

Please login to write comment.