Color Hex Logo

#f701bc Color Hex

#F701BC
(247,1,188)
0 Favorites   0 Comments

Color spaces of #f701bc

RGB 2471188
HSL0.870.990.49
HSV314°100°97°
CMYK 0.001.000.24   0.03
XYZ47.445723.426749.5981
Yxy23.42670.39380.1945
Hunter Lab48.401190.2744-26.8755
CIE-Lab55.509288.4044-30.5941

#f701bc color RGB value is (247,1,188).

#f701bc hex color red value is 247, green value is 1 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f701bc hue: 0.87 , saturation: 0.99 and the lightness value of f701bc is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000001 10111100
Octal 367 1 274
Decimal 247 1 188
Hex F7 1 BC

RGB Percentages of Color #f701bc

%56.65
%0.23
%43.12

CMYK Percentages of Color #f701bc

%0
%100
%24
%3

Triadic Colors of #f701bc

#f701bc #bcf701 #01bcf7

Analogous Colors of #f701bc

#f701bc #f70141 #b701f7

Monochromatic Colors of #f701bc

#f701bc

Complementary Color

#f701bc #01f73c

#f701bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f701bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f701bc Color CSS Codes

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

#f701bc Text Font Color

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

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


#f701bc Background Color

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

This div background color is #f701bc


#f701bc Border Color

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

This div border color is #f701bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,1,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f701bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f701bc


Comments

No comments written yet.

Please login to write comment.