Color Hex Logo

#f55466 Color Hex

#F55466
(245,84,102)
0 Favorites   0 Comments

Color spaces of #f55466

RGB 24584102
HSL0.980.890.65
HSV353°66°96°
CMYK 0.000.660.58   0.04
XYZ43.224826.712415.4482
Yxy26.71240.50620.3128
Hunter Lab51.684058.837418.4572
CIE-Lab58.707262.490924.4931

#f55466 color RGB value is (245,84,102).

#f55466 hex color red value is 245, green value is 84 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #f55466 hue: 0.98 , saturation: 0.89 and the lightness value of f55466 is 0.65.

The process color (four color CMYK) of #f55466 color hex is 0.00, 0.66, 0.58, 0.04. Web safe color of #f55466 is #ff6666. Color #f55466 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010100 01100110
Octal 365 124 146
Decimal 245 84 102
Hex F5 54 66

RGB Percentages of Color #f55466

%56.84
%19.49
%23.67

CMYK Percentages of Color #f55466

%0
%66
%58
%4

Triadic Colors of #f55466

#f55466 #66f554 #5466f5

Analogous Colors of #f55466

#f55466 #f59354 #f554b7

Monochromatic Colors of #f55466

#f55466

Complementary Color

#f55466 #54f5e3

#f55466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55466 Color CSS Codes

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

#f55466 Text Font Color

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

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


#f55466 Background Color

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

This div background color is #f55466


#f55466 Border Color

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

This div border color is #f55466


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,84,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f55466; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f55466;
  -webkit-box-shadow: 1px 1px 3px 2px #f55466;
  box-shadow:         1px 1px 3px 2px #f55466; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,84,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55466


Comments

No comments written yet.

Please login to write comment.