Color Hex Logo

#f65357 Color Hex

#F65357
(246,83,87)
0 Favorites   0 Comments

Color spaces of #f65357

RGB 2468387
HSL1.000.900.65
HSV359°66°96°
CMYK 0.000.660.65   0.04
XYZ42.819626.467511.8687
Yxy26.46750.52760.3261
Hunter Lab51.446658.536222.3344
CIE-Lab58.478262.272832.8723

#f65357 color RGB value is (246,83,87).

#f65357 hex color red value is 246, green value is 83 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #f65357 hue: 1.00 , saturation: 0.90 and the lightness value of f65357 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010011 01010111
Octal 366 123 127
Decimal 246 83 87
Hex F6 53 57

RGB Percentages of Color #f65357

%59.13
%19.95
%20.91

CMYK Percentages of Color #f65357

%0
%66
%65
%4

Triadic Colors of #f65357

#f65357 #57f653 #5357f6

Analogous Colors of #f65357

#f65357 #f6a153 #f653a9

Monochromatic Colors of #f65357

#f65357

Complementary Color

#f65357 #53f6f2

#f65357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65357 Color CSS Codes

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

#f65357 Text Font Color

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

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


#f65357 Background Color

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

This div background color is #f65357


#f65357 Border Color

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

This div border color is #f65357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65357


Comments

No comments written yet.

Please login to write comment.