Color Hex Logo

#f5036d Color Hex

#F5036D
(245,3,109)
0 Favorites   0 Comments

Color spaces of #f5036d

RGB 2453109
HSL0.930.980.49
HSV334°99°96°
CMYK 0.000.990.56   0.04
XYZ40.449120.581716.3088
Yxy20.58170.52300.2661
Hunter Lab45.367179.757610.4430
CIE-Lab52.488680.881911.8693

#f5036d color RGB value is (245,3,109).

#f5036d hex color red value is 245, green value is 3 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #f5036d hue: 0.93 , saturation: 0.98 and the lightness value of f5036d is 0.49.

The process color (four color CMYK) of #f5036d color hex is 0.00, 0.99, 0.56, 0.04. Web safe color of #f5036d is #ff0066. Color #f5036d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000011 01101101
Octal 365 3 155
Decimal 245 3 109
Hex F5 3 6D

RGB Percentages of Color #f5036d

%68.63
%0.84
%30.53

CMYK Percentages of Color #f5036d

%0
%99
%56
%4

Triadic Colors of #f5036d

#f5036d #6df503 #036df5

Analogous Colors of #f5036d

#f5036d #f51203 #f503e6

Monochromatic Colors of #f5036d

#f5036d

Complementary Color

#f5036d #03f58b

#f5036d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5036d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5036d Color CSS Codes

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

#f5036d Text Font Color

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

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


#f5036d Background Color

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

This div background color is #f5036d


#f5036d Border Color

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

This div border color is #f5036d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5036d

Related Colors


Comments

No comments written yet.

Please login to write comment.