Color Hex Logo

#f75155 Color Hex

#F75155
(247,81,85)
0 Favorites   0 Comments

Color spaces of #f75155

RGB 2478185
HSL1.000.910.64
HSV359°67°97°
CMYK 0.000.670.66   0.03
XYZ42.939926.314911.4104
Yxy26.31490.53230.3262
Hunter Lab51.298159.644922.7206
CIE-Lab58.334863.249533.8709

#f75155 color RGB value is (247,81,85).

#f75155 hex color red value is 247, green value is 81 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #f75155 hue: 1.00 , saturation: 0.91 and the lightness value of f75155 is 0.64.

The process color (four color CMYK) of #f75155 color hex is 0.00, 0.67, 0.66, 0.03. Web safe color of #f75155 is #ff6666. Color #f75155 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010001 01010101
Octal 367 121 125
Decimal 247 81 85
Hex F7 51 55

RGB Percentages of Color #f75155

%59.81
%19.61
%20.58

CMYK Percentages of Color #f75155

%0
%67
%66
%3

Triadic Colors of #f75155

#f75155 #55f751 #5155f7

Analogous Colors of #f75155

#f75155 #f7a051 #f751a8

Monochromatic Colors of #f75155

#f75155

Complementary Color

#f75155 #51f7f3

#f75155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f75155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f75155 Color CSS Codes

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

#f75155 Text Font Color

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

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


#f75155 Background Color

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

This div background color is #f75155


#f75155 Border Color

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

This div border color is #f75155


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,81,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f75155; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f75155;
  -webkit-box-shadow: 1px 1px 3px 2px #f75155;
  box-shadow:         1px 1px 3px 2px #f75155; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,81,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f75155


Comments

No comments written yet.

Please login to write comment.