Color Hex Logo

#f56277 Color Hex

#F56277
(245,98,119)
0 Favorites   0 Comments

Color spaces of #f56277

RGB 24598119
HSL0.980.880.67
HSV351°60°96°
CMYK 0.000.600.51   0.04
XYZ45.353629.479820.7525
Yxy29.47980.47450.3084
Hunter Lab54.295354.086715.3452
CIE-Lab61.202857.945418.0105

#f56277 color RGB value is (245,98,119).

#f56277 hex color red value is 245, green value is 98 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #f56277 hue: 0.98 , saturation: 0.88 and the lightness value of f56277 is 0.67.

The process color (four color CMYK) of #f56277 color hex is 0.00, 0.60, 0.51, 0.04. Web safe color of #f56277 is #ff6666. Color #f56277 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01100010 01110111
Octal 365 142 167
Decimal 245 98 119
Hex F5 62 77

RGB Percentages of Color #f56277

%53.03
%21.21
%25.76

CMYK Percentages of Color #f56277

%0
%60
%51
%4

Triadic Colors of #f56277

#f56277 #77f562 #6277f5

Analogous Colors of #f56277

#f56277 #f59762 #f562c1

Monochromatic Colors of #f56277

#f56277

Complementary Color

#f56277 #62f5e0

#f56277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f56277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f56277 Color CSS Codes

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

#f56277 Text Font Color

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

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


#f56277 Background Color

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

This div background color is #f56277


#f56277 Border Color

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

This div border color is #f56277


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,98,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 #f56277">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f56277


Comments

No comments written yet.

Please login to write comment.