Color Hex Logo

#f67182 Color Hex

#F67182
(246,113,130)
0 Favorites   0 Comments

Color spaces of #f67182

RGB 246113130
HSL0.980.880.70
HSV352°54°96°
CMYK 0.000.540.47   0.04
XYZ47.940433.014824.9648
Yxy33.01480.45260.3117
Hunter Lab57.458548.378814.4604
CIE-Lab64.172952.434515.8184

#f67182 color RGB value is (246,113,130).

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

The process color (four color CMYK) of #f67182 color hex is 0.00, 0.54, 0.47, 0.04. Web safe color of #f67182 is #ff6699. Color #f67182 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01110001 10000010
Octal 366 161 202
Decimal 246 113 130
Hex F6 71 82

RGB Percentages of Color #f67182

%50.31
%23.11
%26.58

CMYK Percentages of Color #f67182

%0
%54
%47
%4

Triadic Colors of #f67182

#f67182 #82f671 #7182f6

Analogous Colors of #f67182

#f67182 #f6a371 #f671c5

Monochromatic Colors of #f67182

#f67182

Complementary Color

#f67182 #71f6e5

#f67182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67182 Color CSS Codes

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

#f67182 Text Font Color

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

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


#f67182 Background Color

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

This div background color is #f67182


#f67182 Border Color

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

This div border color is #f67182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67182


Comments

No comments written yet.

Please login to write comment.