Color Hex Logo

#f73782 Color Hex

#F73782
(247,55,130)
0 Favorites   0 Comments

Color spaces of #f73782

RGB 24755130
HSL0.930.920.59
HSV337°78°97°
CMYK 0.000.780.47   0.03
XYZ43.753224.118223.4683
Yxy24.11820.47900.2640
Hunter Lab49.110373.08576.0443
CIE-Lab56.205974.83254.5788

#f73782 color RGB value is (247,55,130).

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

The process color (four color CMYK) of #f73782 color hex is 0.00, 0.78, 0.47, 0.03. Web safe color of #f73782 is #ff3399. Color #f73782 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110111 10000010
Octal 367 67 202
Decimal 247 55 130
Hex F7 37 82

RGB Percentages of Color #f73782

%57.18
%12.73
%30.09

CMYK Percentages of Color #f73782

%0
%78
%47
%3

Triadic Colors of #f73782

#f73782 #82f737 #3782f7

Analogous Colors of #f73782

#f73782 #f74c37 #f737e2

Monochromatic Colors of #f73782

#f73782

Complementary Color

#f73782 #37f7ac

#f73782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f73782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f73782 Color CSS Codes

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

#f73782 Text Font Color

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

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


#f73782 Background Color

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

This div background color is #f73782


#f73782 Border Color

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

This div border color is #f73782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f73782


Comments

No comments written yet.

Please login to write comment.