Color Hex Logo

#f73280 Color Hex

#F73280
(247,50,128)
0 Favorites   0 Comments

Color spaces of #f73280

RGB 24750128
HSL0.930.920.58
HSV336°80°97°
CMYK 0.000.800.48   0.03
XYZ43.394723.613922.6929
Yxy23.61390.48380.2632
Hunter Lab48.594174.36136.3281
CIE-Lab55.699175.95975.0405

#f73280 color RGB value is (247,50,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110010 10000000
Octal 367 62 200
Decimal 247 50 128
Hex F7 32 80

RGB Percentages of Color #f73280

%58.12
%11.76
%30.12

CMYK Percentages of Color #f73280

%0
%80
%48
%3

Triadic Colors of #f73280

#f73280 #80f732 #3280f7

Analogous Colors of #f73280

#f73280 #f74632 #f732e3

Monochromatic Colors of #f73280

#f73280

Complementary Color

#f73280 #32f7a9

#f73280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f73280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f73280 Color CSS Codes

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

#f73280 Text Font Color

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

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


#f73280 Background Color

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

This div background color is #f73280


#f73280 Border Color

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

This div border color is #f73280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f73280


Comments

No comments written yet.

Please login to write comment.