Color Hex Logo

#f0538d Color Hex

#F0538D
(240,83,141)
0 Favorites   0 Comments

Color spaces of #f0538d

RGB 24083141
HSL0.940.840.63
HSV338°65°94°
CMYK 0.000.650.41   0.06
XYZ43.836226.634928.0299
Yxy26.63490.44500.2704
Hunter Lab51.609061.30043.9247
CIE-Lab58.634964.60711.4525

#f0538d color RGB value is (240,83,141).

#f0538d hex color red value is 240, green value is 83 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #f0538d hue: 0.94 , saturation: 0.84 and the lightness value of f0538d is 0.63.

The process color (four color CMYK) of #f0538d color hex is 0.00, 0.65, 0.41, 0.06. Web safe color of #f0538d is #ff6699. Color #f0538d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010011 10001101
Octal 360 123 215
Decimal 240 83 141
Hex F0 53 8D

RGB Percentages of Color #f0538d

%51.72
%17.89
%30.39

CMYK Percentages of Color #f0538d

%0
%65
%41
%6

Triadic Colors of #f0538d

#f0538d #8df053 #538df0

Analogous Colors of #f0538d

#f0538d #f06853 #f053dc

Monochromatic Colors of #f0538d

#f0538d

Complementary Color

#f0538d #53f0b6

#f0538d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0538d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0538d Color CSS Codes

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

#f0538d Text Font Color

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

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


#f0538d Background Color

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

This div background color is #f0538d


#f0538d Border Color

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

This div border color is #f0538d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,83,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f0538d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f0538d;
  -webkit-box-shadow: 1px 1px 3px 2px #f0538d;
  box-shadow:         1px 1px 3px 2px #f0538d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,83,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0538d


Comments

No comments written yet.

Please login to write comment.