Color Hex Logo

#f725db Color Hex

#F725DB
(247,37,219)
0 Favorites   0 Comments

Color spaces of #f725db

RGB 24737219
HSL0.860.930.56
HSV308°85°97°
CMYK 0.000.850.11   0.03
XYZ51.805526.211869.3468
Yxy26.21180.35150.1779
Hunter Lab51.197591.0244-44.4699
CIE-Lab58.237588.4389-44.0796

#f725db color RGB value is (247,37,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00100101 11011011
Octal 367 45 333
Decimal 247 37 219
Hex F7 25 DB

RGB Percentages of Color #f725db

%49.11
%7.36
%43.54

CMYK Percentages of Color #f725db

%0
%85
%11
%3

Triadic Colors of #f725db

#f725db #dbf725 #25dbf7

Analogous Colors of #f725db

#f725db #f72572 #aa25f7

Monochromatic Colors of #f725db

#f725db

Complementary Color

#f725db #25f741

#f725db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f725db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f725db Color CSS Codes

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

#f725db Text Font Color

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

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


#f725db Background Color

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

This div background color is #f725db


#f725db Border Color

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

This div border color is #f725db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f725db


Comments

No comments written yet.

Please login to write comment.