Color Hex Logo

#f527bf Color Hex

#F527BF
(245,39,191)
0 Favorites   0 Comments

Color spaces of #f527bf

RGB 24539191
HSL0.880.910.56
HSV316°84°96°
CMYK 0.000.840.22   0.04
XYZ47.785724.625151.5247
Yxy24.62510.38560.1987
Hunter Lab49.623785.0472-26.8247
CIE-Lab56.708384.1809-30.4938

#f527bf color RGB value is (245,39,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00100111 10111111
Octal 365 47 277
Decimal 245 39 191
Hex F5 27 BF

RGB Percentages of Color #f527bf

%51.58
%8.21
%40.21

CMYK Percentages of Color #f527bf

%0
%84
%22
%4

Triadic Colors of #f527bf

#f527bf #bff527 #27bff5

Analogous Colors of #f527bf

#f527bf #f52758 #c427f5

Monochromatic Colors of #f527bf

#f527bf

Complementary Color

#f527bf #27f55d

#f527bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f527bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f527bf Color CSS Codes

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

#f527bf Text Font Color

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

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


#f527bf Background Color

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

This div background color is #f527bf


#f527bf Border Color

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

This div border color is #f527bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,39,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 #f527bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f527bf


Comments

No comments written yet.

Please login to write comment.