Color Hex Logo

#f725fc Color Hex

#F725FC
(247,37,252)
0 Favorites   0 Comments

Color spaces of #f725fc

RGB 24737252
HSL0.830.970.57
HSV299°85°99°
CMYK 0.020.850.00   0.01
XYZ56.590028.125694.5416
Yxy28.12560.31570.1569
Hunter Lab53.033697.6614-68.5713
CIE-Lab60.002093.0384-59.7646

#f725fc color RGB value is (247,37,252).

#f725fc hex color red value is 247, green value is 37 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f725fc hue: 0.83 , saturation: 0.97 and the lightness value of f725fc is 0.57.

The process color (four color CMYK) of #f725fc color hex is 0.02, 0.85, 0.00, 0.01. Web safe color of #f725fc is #ff33ff. Color #f725fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00100101 11111100
Octal 367 45 374
Decimal 247 37 252
Hex F7 25 FC

RGB Percentages of Color #f725fc

%46.08
%6.90
%47.01

CMYK Percentages of Color #f725fc

%2
%85
%0
%1

Triadic Colors of #f725fc

#f725fc #fcf725 #25fcf7

Analogous Colors of #f725fc

#f725fc #fc2596 #8c25fc

Monochromatic Colors of #f725fc

#f725fc

Complementary Color

#f725fc #2afc25

#f725fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f725fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f725fc Color CSS Codes

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

#f725fc Text Font Color

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

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


#f725fc Background Color

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

This div background color is #f725fc


#f725fc Border Color

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

This div border color is #f725fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,37,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f725fc


Comments

No comments written yet.

Please login to write comment.