Color Hex Logo

#f37480 Color Hex

#F37480
(243,116,128)
0 Favorites   0 Comments

Color spaces of #f37480

RGB 243116128
HSL0.980.840.70
HSV354°52°95°
CMYK 0.000.520.47   0.05
XYZ47.103833.104024.3291
Yxy33.10400.45060.3167
Hunter Lab57.536145.446815.2045
CIE-Lab64.245049.794816.9908

#f37480 color RGB value is (243,116,128).

#f37480 hex color red value is 243, green value is 116 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #f37480 hue: 0.98 , saturation: 0.84 and the lightness value of f37480 is 0.70.

The process color (four color CMYK) of #f37480 color hex is 0.00, 0.52, 0.47, 0.05. Web safe color of #f37480 is #ff6699. Color #f37480 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110100 10000000
Octal 363 164 200
Decimal 243 116 128
Hex F3 74 80

RGB Percentages of Color #f37480

%49.90
%23.82
%26.28

CMYK Percentages of Color #f37480

%0
%52
%47
%5

Triadic Colors of #f37480

#f37480 #80f374 #7480f3

Analogous Colors of #f37480

#f37480 #f3a874 #f374c0

Monochromatic Colors of #f37480

#f37480

Complementary Color

#f37480 #74f3e7

#f37480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f37480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f37480 Color CSS Codes

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

#f37480 Text Font Color

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

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


#f37480 Background Color

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

This div background color is #f37480


#f37480 Border Color

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

This div border color is #f37480


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,116,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 #f37480">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f37480


Comments

No comments written yet.

Please login to write comment.