Color Hex Logo

#f37382 Color Hex

#F37382
(243,115,130)
0 Favorites   0 Comments

Color spaces of #f37382

RGB 243115130
HSL0.980.840.70
HSV353°53°95°
CMYK 0.000.530.47   0.05
XYZ47.122132.927924.9912
Yxy32.92790.44860.3135
Hunter Lab57.382846.162114.3462
CIE-Lab64.102550.460415.6539

#f37382 color RGB value is (243,115,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110011 10000010
Octal 363 163 202
Decimal 243 115 130
Hex F3 73 82

RGB Percentages of Color #f37382

%49.80
%23.57
%26.64

CMYK Percentages of Color #f37382

%0
%53
%47
%5

Triadic Colors of #f37382

#f37382 #82f373 #7382f3

Analogous Colors of #f37382

#f37382 #f3a473 #f373c2

Monochromatic Colors of #f37382

#f37382

Complementary Color

#f37382 #73f3e4

#f37382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f37382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f37382 Color CSS Codes

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

#f37382 Text Font Color

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

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


#f37382 Background Color

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

This div background color is #f37382


#f37382 Border Color

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

This div border color is #f37382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f37382


Comments

No comments written yet.

Please login to write comment.