Color Hex Logo

#f521ba Color Hex

#F521BA
(245,33,186)
0 Favorites   0 Comments

Color spaces of #f521ba

RGB 24533186
HSL0.880.910.55
HSV317°87°96°
CMYK 0.000.870.24   0.04
XYZ47.063024.045448.6151
Yxy24.04540.39310.2008
Hunter Lab49.036185.5043-24.4557
CIE-Lab56.133284.6452-28.4947

#f521ba color RGB value is (245,33,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00100001 10111010
Octal 365 41 272
Decimal 245 33 186
Hex F5 21 BA

RGB Percentages of Color #f521ba

%52.80
%7.11
%40.09

CMYK Percentages of Color #f521ba

%0
%87
%24
%4

Triadic Colors of #f521ba

#f521ba #baf521 #21baf5

Analogous Colors of #f521ba

#f521ba #f52150 #c621f5

Monochromatic Colors of #f521ba

#f521ba

Complementary Color

#f521ba #21f55c

#f521ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f521ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f521ba Color CSS Codes

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

#f521ba Text Font Color

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

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


#f521ba Background Color

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

This div background color is #f521ba


#f521ba Border Color

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

This div border color is #f521ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f521ba


Comments

No comments written yet.

Please login to write comment.