Color Hex Logo

#f52639 Color Hex

#F52639
(245,38,57)
0 Favorites   0 Comments

Color spaces of #f52639

RGB 2453857
HSL0.980.910.55
HSV354°84°96°
CMYK 0.000.840.77   0.04
XYZ39.087821.09415.8823
Yxy21.09410.59170.3193
Hunter Lab45.928371.539924.5562
CIE-Lab53.052374.184843.4493

#f52639 color RGB value is (245,38,57).

#f52639 hex color red value is 245, green value is 38 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #f52639 hue: 0.98 , saturation: 0.91 and the lightness value of f52639 is 0.55.

The process color (four color CMYK) of #f52639 color hex is 0.00, 0.84, 0.77, 0.04. Web safe color of #f52639 is #ff3333. Color #f52639 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00100110 00111001
Octal 365 46 71
Decimal 245 38 57
Hex F5 26 39

RGB Percentages of Color #f52639

%72.06
%11.18
%16.76

CMYK Percentages of Color #f52639

%0
%84
%77
%4

Triadic Colors of #f52639

#f52639 #39f526 #2639f5

Analogous Colors of #f52639

#f52639 #f57b26 #f526a1

Monochromatic Colors of #f52639

#f52639

Complementary Color

#f52639 #26f5e2

#f52639 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f52639 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f52639 Color CSS Codes

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

#f52639 Text Font Color

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

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


#f52639 Background Color

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

This div background color is #f52639


#f52639 Border Color

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

This div border color is #f52639


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f52639


Comments

No comments written yet.

Please login to write comment.