Color Hex Logo

#f051ba Color Hex

#F051BA
(240,81,186)
0 Favorites   0 Comments

Color spaces of #f051ba

RGB 24081186
HSL0.890.840.63
HSV320°66°94°
CMYK 0.000.660.23   0.06
XYZ47.740527.955349.3341
Yxy27.95530.38180.2236
Hunter Lab52.872868.6460-18.3109
CIE-Lab59.848370.5209-22.8392

#f051ba color RGB value is (240,81,186).

#f051ba hex color red value is 240, green value is 81 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f051ba hue: 0.89 , saturation: 0.84 and the lightness value of f051ba is 0.63.

The process color (four color CMYK) of #f051ba color hex is 0.00, 0.66, 0.23, 0.06. Web safe color of #f051ba is #ff66cc. Color #f051ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010001 10111010
Octal 360 121 272
Decimal 240 81 186
Hex F0 51 BA

RGB Percentages of Color #f051ba

%47.34
%15.98
%36.69

CMYK Percentages of Color #f051ba

%0
%66
%23
%6

Triadic Colors of #f051ba

#f051ba #baf051 #51baf0

Analogous Colors of #f051ba

#f051ba #f0516b #d751f0

Monochromatic Colors of #f051ba

#f051ba

Complementary Color

#f051ba #51f087

#f051ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f051ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f051ba Color CSS Codes

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

#f051ba Text Font Color

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

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


#f051ba Background Color

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

This div background color is #f051ba


#f051ba Border Color

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

This div border color is #f051ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f051ba


Comments

No comments written yet.

Please login to write comment.