Color Hex Logo

#f73286 Color Hex

#F73286
(247,50,134)
0 Favorites   0 Comments

Color spaces of #f73286

RGB 24750134
HSL0.930.920.58
HSV334°80°97°
CMYK 0.000.800.46   0.03
XYZ43.801523.776624.8350
Yxy23.77660.47400.2573
Hunter Lab48.761375.01173.9354
CIE-Lab55.863476.45091.7043

#f73286 color RGB value is (247,50,134).

#f73286 hex color red value is 247, green value is 50 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #f73286 hue: 0.93 , saturation: 0.92 and the lightness value of f73286 is 0.58.

The process color (four color CMYK) of #f73286 color hex is 0.00, 0.80, 0.46, 0.03. Web safe color of #f73286 is #ff3399. Color #f73286 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110010 10000110
Octal 367 62 206
Decimal 247 50 134
Hex F7 32 86

RGB Percentages of Color #f73286

%57.31
%11.60
%31.09

CMYK Percentages of Color #f73286

%0
%80
%46
%3

Triadic Colors of #f73286

#f73286 #86f732 #3286f7

Analogous Colors of #f73286

#f73286 #f74132 #f732e9

Monochromatic Colors of #f73286

#f73286

Complementary Color

#f73286 #32f7a3

#f73286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f73286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f73286 Color CSS Codes

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

#f73286 Text Font Color

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

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


#f73286 Background Color

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

This div background color is #f73286


#f73286 Border Color

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

This div border color is #f73286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f73286


Comments

No comments written yet.

Please login to write comment.