Color Hex Logo

#f52bba Color Hex

#F52BBA
(245,43,186)
0 Favorites   0 Comments

Color spaces of #f52bba

RGB 24543186
HSL0.880.910.56
HSV318°82°96°
CMYK 0.000.820.24   0.04
XYZ47.383024.685448.7218
Yxy24.68540.39230.2044
Hunter Lab49.684483.2841-23.3622
CIE-Lab56.767682.8053-27.5127

#f52bba color RGB value is (245,43,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00101011 10111010
Octal 365 53 272
Decimal 245 43 186
Hex F5 2B BA

RGB Percentages of Color #f52bba

%51.69
%9.07
%39.24

CMYK Percentages of Color #f52bba

%0
%82
%24
%4

Triadic Colors of #f52bba

#f52bba #baf52b #2bbaf5

Analogous Colors of #f52bba

#f52bba #f52b55 #cb2bf5

Monochromatic Colors of #f52bba

#f52bba

Complementary Color

#f52bba #2bf566

#f52bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f52bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f52bba Color CSS Codes

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

#f52bba Text Font Color

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

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


#f52bba Background Color

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

This div background color is #f52bba


#f52bba Border Color

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

This div border color is #f52bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f52bba


Comments

No comments written yet.

Please login to write comment.