Color Hex Logo

#f53875 Color Hex

#F53875
(245,56,117)
0 Favorites   0 Comments

Color spaces of #f53875

RGB 24556117
HSL0.950.900.59
HSV341°77°96°
CMYK 0.000.770.52   0.04
XYZ42.281223.525219.1420
Yxy23.52520.49770.2769
Hunter Lab48.502870.723510.5527
CIE-Lab55.609273.025511.4244

#f53875 color RGB value is (245,56,117).

#f53875 hex color red value is 245, green value is 56 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #f53875 hue: 0.95 , saturation: 0.90 and the lightness value of f53875 is 0.59.

The process color (four color CMYK) of #f53875 color hex is 0.00, 0.77, 0.52, 0.04. Web safe color of #f53875 is #ff3366. Color #f53875 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00111000 01110101
Octal 365 70 165
Decimal 245 56 117
Hex F5 38 75

RGB Percentages of Color #f53875

%58.61
%13.40
%27.99

CMYK Percentages of Color #f53875

%0
%77
%52
%4

Triadic Colors of #f53875

#f53875 #75f538 #3875f5

Analogous Colors of #f53875

#f53875 #f55a38 #f538d4

Monochromatic Colors of #f53875

#f53875

Complementary Color

#f53875 #38f5b8

#f53875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53875 Color CSS Codes

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

#f53875 Text Font Color

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

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


#f53875 Background Color

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

This div background color is #f53875


#f53875 Border Color

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

This div border color is #f53875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53875


Comments

No comments written yet.

Please login to write comment.