Color Hex Logo

#f725d9 Color Hex

#F725D9
(247,37,217)
0 Favorites   0 Comments

Color spaces of #f725d9

RGB 24737217
HSL0.860.930.56
HSV309°85°97°
CMYK 0.000.850.12   0.03
XYZ51.543726.107067.9681
Yxy26.10700.35400.1793
Hunter Lab51.095090.6512-43.1028
CIE-Lab58.138588.1767-43.1024

#f725d9 color RGB value is (247,37,217).

#f725d9 hex color red value is 247, green value is 37 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #f725d9 hue: 0.86 , saturation: 0.93 and the lightness value of f725d9 is 0.56.

The process color (four color CMYK) of #f725d9 color hex is 0.00, 0.85, 0.12, 0.03. Web safe color of #f725d9 is #ff33cc. Color #f725d9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00100101 11011001
Octal 367 45 331
Decimal 247 37 217
Hex F7 25 D9

RGB Percentages of Color #f725d9

%49.30
%7.39
%43.31

CMYK Percentages of Color #f725d9

%0
%85
%12
%3

Triadic Colors of #f725d9

#f725d9 #d9f725 #25d9f7

Analogous Colors of #f725d9

#f725d9 #f72570 #ac25f7

Monochromatic Colors of #f725d9

#f725d9

Complementary Color

#f725d9 #25f743

#f725d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f725d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f725d9 Color CSS Codes

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

#f725d9 Text Font Color

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

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


#f725d9 Background Color

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

This div background color is #f725d9


#f725d9 Border Color

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

This div border color is #f725d9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f725d9


Comments

No comments written yet.

Please login to write comment.