Color Hex Logo

#f66284 Color Hex

#F66284
(246,98,132)
0 Favorites   0 Comments

Color spaces of #f66284

RGB 24698132
HSL0.960.890.67
HSV346°60°96°
CMYK 0.000.600.46   0.04
XYZ46.538629.994125.1664
Yxy29.99410.45760.2949
Hunter Lab54.766955.839811.0919
CIE-Lab61.649159.395111.1385

#f66284 color RGB value is (246,98,132).

#f66284 hex color red value is 246, green value is 98 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #f66284 hue: 0.96 , saturation: 0.89 and the lightness value of f66284 is 0.67.

The process color (four color CMYK) of #f66284 color hex is 0.00, 0.60, 0.46, 0.04. Web safe color of #f66284 is #ff6699. Color #f66284 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100010 10000100
Octal 366 142 204
Decimal 246 98 132
Hex F6 62 84

RGB Percentages of Color #f66284

%51.68
%20.59
%27.73

CMYK Percentages of Color #f66284

%0
%60
%46
%4

Triadic Colors of #f66284

#f66284 #84f662 #6284f6

Analogous Colors of #f66284

#f66284 #f68a62 #f662ce

Monochromatic Colors of #f66284

#f66284

Complementary Color

#f66284 #62f6d4

#f66284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66284 Color CSS Codes

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

#f66284 Text Font Color

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

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


#f66284 Background Color

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

This div background color is #f66284


#f66284 Border Color

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

This div border color is #f66284


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,98,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f66284">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66284


Comments

No comments written yet.

Please login to write comment.