Color Hex Logo

#f721b0 Color Hex

#F721B0
(247,33,176)
0 Favorites   0 Comments

Color spaces of #f721b0

RGB 24733176
HSL0.890.930.55
HSV320°87°97°
CMYK 0.000.870.29   0.03
XYZ46.738123.996543.2427
Yxy23.99650.41010.2105
Hunter Lab48.986284.5822-18.0480
CIE-Lab56.084383.9438-22.7270

#f721b0 color RGB value is (247,33,176).

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

The process color (four color CMYK) of #f721b0 color hex is 0.00, 0.87, 0.29, 0.03. Web safe color of #f721b0 is #ff3399. Color #f721b0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00100001 10110000
Octal 367 41 260
Decimal 247 33 176
Hex F7 21 B0

RGB Percentages of Color #f721b0

%54.17
%7.24
%38.60

CMYK Percentages of Color #f721b0

%0
%87
%29
%3

Triadic Colors of #f721b0

#f721b0 #b0f721 #21b0f7

Analogous Colors of #f721b0

#f721b0 #f72145 #d321f7

Monochromatic Colors of #f721b0

#f721b0

Complementary Color

#f721b0 #21f768

#f721b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f721b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f721b0 Color CSS Codes

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

#f721b0 Text Font Color

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

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


#f721b0 Background Color

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

This div background color is #f721b0


#f721b0 Border Color

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

This div border color is #f721b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f721b0


Comments

No comments written yet.

Please login to write comment.