Color Hex Logo

#f56582 Color Hex

#F56582
(245,101,130)
0 Favorites   0 Comments

Color spaces of #f56582

RGB 245101130
HSL0.970.880.68
HSV348°59°96°
CMYK 0.000.590.47   0.04
XYZ46.339130.331524.5313
Yxy30.33150.45790.2997
Hunter Lab55.074053.809712.1426
CIE-Lab61.939257.580812.6799

#f56582 color RGB value is (245,101,130).

#f56582 hex color red value is 245, green value is 101 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #f56582 hue: 0.97 , saturation: 0.88 and the lightness value of f56582 is 0.68.

The process color (four color CMYK) of #f56582 color hex is 0.00, 0.59, 0.47, 0.04. Web safe color of #f56582 is #ff6699. Color #f56582 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01100101 10000010
Octal 365 145 202
Decimal 245 101 130
Hex F5 65 82

RGB Percentages of Color #f56582

%51.47
%21.22
%27.31

CMYK Percentages of Color #f56582

%0
%59
%47
%4

Triadic Colors of #f56582

#f56582 #82f565 #6582f5

Analogous Colors of #f56582

#f56582 #f59065 #f565ca

Monochromatic Colors of #f56582

#f56582

Complementary Color

#f56582 #65f5d8

#f56582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f56582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f56582 Color CSS Codes

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

#f56582 Text Font Color

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

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


#f56582 Background Color

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

This div background color is #f56582


#f56582 Border Color

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

This div border color is #f56582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f56582


Comments

No comments written yet.

Please login to write comment.