Color Hex Logo

#f725dd Color Hex

#F725DD
(247,37,221)
0 Favorites   0 Comments

Color spaces of #f725dd

RGB 24737221
HSL0.850.930.56
HSV307°85°97°
CMYK 0.000.850.11   0.03
XYZ52.070526.317870.7420
Yxy26.31780.34920.1765
Hunter Lab51.300991.4013-45.8481
CIE-Lab58.337588.7033-45.0537

#f725dd color RGB value is (247,37,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00100101 11011101
Octal 367 45 335
Decimal 247 37 221
Hex F7 25 DD

RGB Percentages of Color #f725dd

%48.91
%7.33
%43.76

CMYK Percentages of Color #f725dd

%0
%85
%11
%3

Triadic Colors of #f725dd

#f725dd #ddf725 #25ddf7

Analogous Colors of #f725dd

#f725dd #f72574 #a825f7

Monochromatic Colors of #f725dd

#f725dd

Complementary Color

#f725dd #25f73f

#f725dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f725dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f725dd Color CSS Codes

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

#f725dd Text Font Color

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

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


#f725dd Background Color

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

This div background color is #f725dd


#f725dd Border Color

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

This div border color is #f725dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f725dd


Comments

No comments written yet.

Please login to write comment.