Color Hex Logo

#f73bca Color Hex

#F73BCA
(247,59,202)
0 Favorites   0 Comments

Color spaces of #f73bca

RGB 24759202
HSL0.870.920.60
HSV314°76°97°
CMYK 0.000.760.18   0.03
XYZ50.582427.166458.4548
Yxy27.16640.37140.1995
Hunter Lab52.121482.0170-30.0095
CIE-Lab59.128081.3607-33.0176

#f73bca color RGB value is (247,59,202).

#f73bca hex color red value is 247, green value is 59 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f73bca hue: 0.87 , saturation: 0.92 and the lightness value of f73bca is 0.60.

The process color (four color CMYK) of #f73bca color hex is 0.00, 0.76, 0.18, 0.03. Web safe color of #f73bca is #ff33cc. Color #f73bca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00111011 11001010
Octal 367 73 312
Decimal 247 59 202
Hex F7 3B CA

RGB Percentages of Color #f73bca

%48.62
%11.61
%39.76

CMYK Percentages of Color #f73bca

%0
%76
%18
%3

Triadic Colors of #f73bca

#f73bca #caf73b #3bcaf7

Analogous Colors of #f73bca

#f73bca #f73b6c #c63bf7

Monochromatic Colors of #f73bca

#f73bca

Complementary Color

#f73bca #3bf768

#f73bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f73bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f73bca Color CSS Codes

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

#f73bca Text Font Color

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

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


#f73bca Background Color

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

This div background color is #f73bca


#f73bca Border Color

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

This div border color is #f73bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f73bca


Comments

No comments written yet.

Please login to write comment.