Color Hex Logo

#f52592 Color Hex

#F52592
(245,37,146)
0 Favorites   0 Comments

Color spaces of #f52592

RGB 24537146
HSL0.910.910.55
HSV329°85°96°
CMYK 0.000.850.40   0.04
XYZ43.506122.810929.3041
Yxy22.81090.45500.2386
Hunter Lab47.760879.0174-2.9455
CIE-Lab54.877079.8325-6.9259

#f52592 color RGB value is (245,37,146).

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

The process color (four color CMYK) of #f52592 color hex is 0.00, 0.85, 0.40, 0.04. Web safe color of #f52592 is #ff3399. Color #f52592 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00100101 10010010
Octal 365 45 222
Decimal 245 37 146
Hex F5 25 92

RGB Percentages of Color #f52592

%57.24
%8.64
%34.11

CMYK Percentages of Color #f52592

%0
%85
%40
%4

Triadic Colors of #f52592

#f52592 #92f525 #2592f5

Analogous Colors of #f52592

#f52592 #f5252a #f025f5

Monochromatic Colors of #f52592

#f52592

Complementary Color

#f52592 #25f588

#f52592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f52592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f52592 Color CSS Codes

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

#f52592 Text Font Color

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

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


#f52592 Background Color

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

This div background color is #f52592


#f52592 Border Color

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

This div border color is #f52592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f52592


Comments

No comments written yet.

Please login to write comment.