Color Hex Logo

#f53085 Color Hex

#F53085
(245,48,133)
0 Favorites   0 Comments

Color spaces of #f53085

RGB 24548133
HSL0.930.910.57
HSV334°80°96°
CMYK 0.000.800.46   0.04
XYZ42.946823.219824.4086
Yxy23.21980.47420.2564
Hunter Lab48.186974.76173.6981
CIE-Lab55.298076.35941.4329

#f53085 color RGB value is (245,48,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110000 10000101
Octal 365 60 205
Decimal 245 48 133
Hex F5 30 85

RGB Percentages of Color #f53085

%57.51
%11.27
%31.22

CMYK Percentages of Color #f53085

%0
%80
%46
%4

Triadic Colors of #f53085

#f53085 #85f530 #3085f5

Analogous Colors of #f53085

#f53085 #f53e30 #f530e8

Monochromatic Colors of #f53085

#f53085

Complementary Color

#f53085 #30f5a0

#f53085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53085 Color CSS Codes

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

#f53085 Text Font Color

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

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


#f53085 Background Color

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

This div background color is #f53085


#f53085 Border Color

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

This div border color is #f53085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53085


Comments

No comments written yet.

Please login to write comment.