Color Hex Logo

#f37380 Color Hex

#F37380
(243,115,128)
0 Favorites   0 Comments

Color spaces of #f37380

RGB 243115128
HSL0.980.840.70
HSV354°53°95°
CMYK 0.000.530.47   0.05
XYZ46.989232.874724.2909
Yxy32.87470.45110.3156
Hunter Lab57.336545.948115.0170
CIE-Lab64.059350.274116.7341

#f37380 color RGB value is (243,115,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110011 10000000
Octal 363 163 200
Decimal 243 115 128
Hex F3 73 80

RGB Percentages of Color #f37380

%50.00
%23.66
%26.34

CMYK Percentages of Color #f37380

%0
%53
%47
%5

Triadic Colors of #f37380

#f37380 #80f373 #7380f3

Analogous Colors of #f37380

#f37380 #f3a673 #f373c0

Monochromatic Colors of #f37380

#f37380

Complementary Color

#f37380 #73f3e6

#f37380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f37380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f37380 Color CSS Codes

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

#f37380 Text Font Color

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

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


#f37380 Background Color

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

This div background color is #f37380


#f37380 Border Color

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

This div border color is #f37380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f37380


Comments

No comments written yet.

Please login to write comment.