Color Hex Logo

#f51bbf Color Hex

#F51BBF
(245,27,191)
0 Favorites   0 Comments

Color spaces of #f51bbf

RGB 24527191
HSL0.870.920.53
HSV315°89°96°
CMYK 0.000.890.22   0.04
XYZ47.452123.957951.4136
Yxy23.95790.38630.1951
Hunter Lab48.946887.3922-28.0153
CIE-Lab56.045686.1100-31.5243

#f51bbf color RGB value is (245,27,191).

#f51bbf hex color red value is 245, green value is 27 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f51bbf hue: 0.87 , saturation: 0.92 and the lightness value of f51bbf is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011011 10111111
Octal 365 33 277
Decimal 245 27 191
Hex F5 1B BF

RGB Percentages of Color #f51bbf

%52.92
%5.83
%41.25

CMYK Percentages of Color #f51bbf

%0
%89
%22
%4

Triadic Colors of #f51bbf

#f51bbf #bff51b #1bbff5

Analogous Colors of #f51bbf

#f51bbf #f51b52 #be1bf5

Monochromatic Colors of #f51bbf

#f51bbf

Complementary Color

#f51bbf #1bf551

#f51bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51bbf Color CSS Codes

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

#f51bbf Text Font Color

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

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


#f51bbf Background Color

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

This div background color is #f51bbf


#f51bbf Border Color

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

This div border color is #f51bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51bbf


Comments

No comments written yet.

Please login to write comment.