Color Hex Logo

#f525bf Color Hex

#F525BF
(245,37,191)
0 Favorites   0 Comments

Color spaces of #f525bf

RGB 24537191
HSL0.880.910.55
HSV316°85°96°
CMYK 0.000.850.22   0.04
XYZ47.721724.497251.5034
Yxy24.49720.38570.1980
Hunter Lab49.494685.4903-27.0500
CIE-Lab56.582284.5469-30.6898

#f525bf color RGB value is (245,37,191).

#f525bf hex color red value is 245, green value is 37 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f525bf hue: 0.88 , saturation: 0.91 and the lightness value of f525bf is 0.55.

The process color (four color CMYK) of #f525bf color hex is 0.00, 0.85, 0.22, 0.04. Web safe color of #f525bf is #ff33cc. Color #f525bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00100101 10111111
Octal 365 45 277
Decimal 245 37 191
Hex F5 25 BF

RGB Percentages of Color #f525bf

%51.80
%7.82
%40.38

CMYK Percentages of Color #f525bf

%0
%85
%22
%4

Triadic Colors of #f525bf

#f525bf #bff525 #25bff5

Analogous Colors of #f525bf

#f525bf #f52557 #c325f5

Monochromatic Colors of #f525bf

#f525bf

Complementary Color

#f525bf #25f55b

#f525bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f525bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f525bf Color CSS Codes

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

#f525bf Text Font Color

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

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


#f525bf Background Color

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

This div background color is #f525bf


#f525bf Border Color

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

This div border color is #f525bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f525bf


Comments

No comments written yet.

Please login to write comment.