Color Hex Logo

#f751ba Color Hex

#F751BA
(247,81,186)
0 Favorites   0 Comments

Color spaces of #f751ba

RGB 24781186
HSL0.890.910.64
HSV322°67°97°
CMYK 0.000.670.25   0.03
XYZ50.163129.204249.4475
Yxy29.20420.38940.2267
Hunter Lab54.040971.1198-16.4218
CIE-Lab60.961472.3354-21.0377

#f751ba color RGB value is (247,81,186).

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

The process color (four color CMYK) of #f751ba color hex is 0.00, 0.67, 0.25, 0.03. Web safe color of #f751ba is #ff66cc. Color #f751ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010001 10111010
Octal 367 121 272
Decimal 247 81 186
Hex F7 51 BA

RGB Percentages of Color #f751ba

%48.05
%15.76
%36.19

CMYK Percentages of Color #f751ba

%0
%67
%25
%3

Triadic Colors of #f751ba

#f751ba #baf751 #51baf7

Analogous Colors of #f751ba

#f751ba #f75167 #e151f7

Monochromatic Colors of #f751ba

#f751ba

Complementary Color

#f751ba #51f78e

#f751ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f751ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f751ba Color CSS Codes

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

#f751ba Text Font Color

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

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


#f751ba Background Color

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

This div background color is #f751ba


#f751ba Border Color

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

This div border color is #f751ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f751ba


Comments

No comments written yet.

Please login to write comment.