Color Hex Logo

#f725eb Color Hex

#F725EB
(247,37,235)
0 Favorites   0 Comments

Color spaces of #f725eb

RGB 24737235
HSL0.840.930.56
HSV303°85°97°
CMYK 0.000.850.05   0.03
XYZ54.014727.095580.9803
Yxy27.09550.33320.1672
Hunter Lab52.053394.1325-55.8012
CIE-Lab59.062690.6076-51.7865

#f725eb color RGB value is (247,37,235).

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

The process color (four color CMYK) of #f725eb color hex is 0.00, 0.85, 0.05, 0.03. Web safe color of #f725eb is #ff33ff. Color #f725eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00100101 11101011
Octal 367 45 353
Decimal 247 37 235
Hex F7 25 EB

RGB Percentages of Color #f725eb

%47.59
%7.13
%45.28

CMYK Percentages of Color #f725eb

%0
%85
%5
%3

Triadic Colors of #f725eb

#f725eb #ebf725 #25ebf7

Analogous Colors of #f725eb

#f725eb #f72582 #9a25f7

Monochromatic Colors of #f725eb

#f725eb

Complementary Color

#f725eb #25f731

#f725eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f725eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f725eb Color CSS Codes

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

#f725eb Text Font Color

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

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


#f725eb Background Color

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

This div background color is #f725eb


#f725eb Border Color

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

This div border color is #f725eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f725eb


Comments

No comments written yet.

Please login to write comment.