Color Hex Logo

#f710bf Color Hex

#F710BF
(247,16,191)
0 Favorites   0 Comments

Color spaces of #f710bf

RGB 24716191
HSL0.870.940.52
HSV315°94°97°
CMYK 0.000.940.23   0.03
XYZ47.947023.906351.3775
Yxy23.90630.38910.1940
Hunter Lab48.894189.4779-28.0756
CIE-Lab55.993987.7073-31.5771

#f710bf color RGB value is (247,16,191).

#f710bf hex color red value is 247, green value is 16 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f710bf hue: 0.87 , saturation: 0.94 and the lightness value of f710bf is 0.52.

The process color (four color CMYK) of #f710bf color hex is 0.00, 0.94, 0.23, 0.03. Web safe color of #f710bf is #ff00cc. Color #f710bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00010000 10111111
Octal 367 20 277
Decimal 247 16 191
Hex F7 10 BF

RGB Percentages of Color #f710bf

%54.41
%3.52
%42.07

CMYK Percentages of Color #f710bf

%0
%94
%23
%3

Triadic Colors of #f710bf

#f710bf #bff710 #10bff7

Analogous Colors of #f710bf

#f710bf #f7104c #bc10f7

Monochromatic Colors of #f710bf

#f710bf

Complementary Color

#f710bf #10f748

#f710bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f710bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f710bf Color CSS Codes

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

#f710bf Text Font Color

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

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


#f710bf Background Color

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

This div background color is #f710bf


#f710bf Border Color

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

This div border color is #f710bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f710bf


Comments

No comments written yet.

Please login to write comment.