Color Hex Logo

#f75377 Color Hex

#F75377
(247,83,119)
0 Favorites   0 Comments

Color spaces of #f75377

RGB 24783119
HSL0.960.910.65
HSV347°66°97°
CMYK 0.000.660.52   0.03
XYZ44.780827.292620.3605
Yxy27.29260.48450.2953
Hunter Lab52.242361.581613.4624
CIE-Lab59.244264.735715.3629

#f75377 color RGB value is (247,83,119).

#f75377 hex color red value is 247, green value is 83 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #f75377 hue: 0.96 , saturation: 0.91 and the lightness value of f75377 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010011 01110111
Octal 367 123 167
Decimal 247 83 119
Hex F7 53 77

RGB Percentages of Color #f75377

%55.01
%18.49
%26.50

CMYK Percentages of Color #f75377

%0
%66
%52
%3

Triadic Colors of #f75377

#f75377 #77f753 #5377f7

Analogous Colors of #f75377

#f75377 #f78153 #f753c9

Monochromatic Colors of #f75377

#f75377

Complementary Color

#f75377 #53f7d3

#f75377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f75377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f75377 Color CSS Codes

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

#f75377 Text Font Color

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

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


#f75377 Background Color

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

This div background color is #f75377


#f75377 Border Color

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

This div border color is #f75377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f75377

Related Colors


Comments

No comments written yet.

Please login to write comment.