Color Hex Logo

#f527ba Color Hex

#F527BA
(245,39,186)
0 Favorites   0 Comments

Color spaces of #f527ba

RGB 24539186
HSL0.880.910.56
HSV317°84°96°
CMYK 0.000.840.24   0.04
XYZ47.244624.408748.6757
Yxy24.40870.39260.2028
Hunter Lab49.405284.2349-23.8310
CIE-Lab56.494783.5953-27.9349

#f527ba color RGB value is (245,39,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00100111 10111010
Octal 365 47 272
Decimal 245 39 186
Hex F5 27 BA

RGB Percentages of Color #f527ba

%52.13
%8.30
%39.57

CMYK Percentages of Color #f527ba

%0
%84
%24
%4

Triadic Colors of #f527ba

#f527ba #baf527 #27baf5

Analogous Colors of #f527ba

#f527ba #f52753 #c927f5

Monochromatic Colors of #f527ba

#f527ba

Complementary Color

#f527ba #27f562

#f527ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f527ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f527ba Color CSS Codes

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

#f527ba Text Font Color

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

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


#f527ba Background Color

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

This div background color is #f527ba


#f527ba Border Color

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

This div border color is #f527ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f527ba


Comments

No comments written yet.

Please login to write comment.