Color Hex Logo

#f53282 Color Hex

#F53282
(245,50,130)
0 Favorites   0 Comments

Color spaces of #f53282

RGB 24550130
HSL0.930.910.58
HSV335°80°96°
CMYK 0.000.800.47   0.04
XYZ42.826123.305423.3603
Yxy23.30540.47850.2604
Hunter Lab48.275773.86775.1029
CIE-Lab55.385575.62253.3486

#f53282 color RGB value is (245,50,130).

#f53282 hex color red value is 245, green value is 50 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #f53282 hue: 0.93 , saturation: 0.91 and the lightness value of f53282 is 0.58.

The process color (four color CMYK) of #f53282 color hex is 0.00, 0.80, 0.47, 0.04. Web safe color of #f53282 is #ff3399. Color #f53282 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110010 10000010
Octal 365 62 202
Decimal 245 50 130
Hex F5 32 82

RGB Percentages of Color #f53282

%57.65
%11.76
%30.59

CMYK Percentages of Color #f53282

%0
%80
%47
%4

Triadic Colors of #f53282

#f53282 #82f532 #3282f5

Analogous Colors of #f53282

#f53282 #f54332 #f532e4

Monochromatic Colors of #f53282

#f53282

Complementary Color

#f53282 #32f5a5

#f53282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53282 Color CSS Codes

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

#f53282 Text Font Color

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

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


#f53282 Background Color

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

This div background color is #f53282


#f53282 Border Color

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

This div border color is #f53282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53282

Related Colors


Comments

No comments written yet.

Please login to write comment.