Color Hex Logo

#f720ba Color Hex

#F720BA
(247,32,186)
0 Favorites   0 Comments

Color spaces of #f720ba

RGB 24732186
HSL0.880.930.55
HSV317°87°97°
CMYK 0.000.870.25   0.03
XYZ47.737224.352448.6388
Yxy24.35240.39540.2017
Hunter Lab49.348286.3137-23.8940
CIE-Lab56.438985.2075-27.9925

#f720ba color RGB value is (247,32,186).

#f720ba hex color red value is 247, green value is 32 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f720ba hue: 0.88 , saturation: 0.93 and the lightness value of f720ba is 0.55.

The process color (four color CMYK) of #f720ba color hex is 0.00, 0.87, 0.25, 0.03. Web safe color of #f720ba is #ff33cc. Color #f720ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00100000 10111010
Octal 367 40 272
Decimal 247 32 186
Hex F7 20 BA

RGB Percentages of Color #f720ba

%53.12
%6.88
%40.00

CMYK Percentages of Color #f720ba

%0
%87
%25
%3

Triadic Colors of #f720ba

#f720ba #baf720 #20baf7

Analogous Colors of #f720ba

#f720ba #f7204e #c920f7

Monochromatic Colors of #f720ba

#f720ba

Complementary Color

#f720ba #20f75d

#f720ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f720ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f720ba Color CSS Codes

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

#f720ba Text Font Color

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

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


#f720ba Background Color

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

This div background color is #f720ba


#f720ba Border Color

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

This div border color is #f720ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f720ba


Comments

No comments written yet.

Please login to write comment.