Color Hex Logo

#f700ba Color Hex

#F700BA
(247,0,186)
0 Favorites   0 Comments

Color spaces of #f700ba

RGB 2470186
HSL0.871.000.48
HSV315°100°97°
CMYK 0.001.000.25   0.03
XYZ47.220723.319348.4666
Yxy23.31930.39680.1959
Hunter Lab48.290190.0396-25.7037
CIE-Lab55.399788.2482-29.6035

#f700ba color RGB value is (247,0,186).

#f700ba hex color red value is 247, green value is 0 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f700ba hue: 0.87 , saturation: 1.00 and the lightness value of f700ba is 0.48.

The process color (four color CMYK) of #f700ba color hex is 0.00, 1.00, 0.25, 0.03. Web safe color of #f700ba is #ff00cc. Color #f700ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000000 10111010
Octal 367 0 272
Decimal 247 0 186
Hex F7 0 BA

RGB Percentages of Color #f700ba

%57.04
%0.00
%42.96

CMYK Percentages of Color #f700ba

%0
%100
%25
%3

Triadic Colors of #f700ba

#f700ba #baf700 #00baf7

Analogous Colors of #f700ba

#f700ba #f7003e #b900f7

Monochromatic Colors of #f700ba

#f700ba

Complementary Color

#f700ba #00f73d

#f700ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f700ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f700ba Color CSS Codes

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

#f700ba Text Font Color

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

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


#f700ba Background Color

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

This div background color is #f700ba


#f700ba Border Color

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

This div border color is #f700ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f700ba


Comments

No comments written yet.

Please login to write comment.