Color Hex Logo

#f61182 Color Hex

#F61182
(246,17,130)
0 Favorites   0 Comments

Color spaces of #f61182

RGB 24617130
HSL0.920.930.52
HSV330°93°96°
CMYK 0.000.930.47   0.04
XYZ42.235721.605423.0633
Yxy21.60540.48600.2486
Hunter Lab46.481680.85193.1185
CIE-Lab53.605881.52410.7896

#f61182 color RGB value is (246,17,130).

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

The process color (four color CMYK) of #f61182 color hex is 0.00, 0.93, 0.47, 0.04. Web safe color of #f61182 is #ff0099. Color #f61182 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010001 10000010
Octal 366 21 202
Decimal 246 17 130
Hex F6 11 82

RGB Percentages of Color #f61182

%62.60
%4.33
%33.08

CMYK Percentages of Color #f61182

%0
%93
%47
%4

Triadic Colors of #f61182

#f61182 #82f611 #1182f6

Analogous Colors of #f61182

#f61182 #f61311 #f611f5

Monochromatic Colors of #f61182

#f61182

Complementary Color

#f61182 #11f685

#f61182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f61182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f61182 Color CSS Codes

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

#f61182 Text Font Color

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

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


#f61182 Background Color

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

This div background color is #f61182


#f61182 Border Color

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

This div border color is #f61182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f61182


Comments

No comments written yet.

Please login to write comment.