Color Hex Logo

#f5426b Color Hex

#F5426B
(245,66,107)
0 Favorites   0 Comments

Color spaces of #f5426b

RGB 24566107
HSL0.960.900.61
HSV346°73°96°
CMYK 0.000.730.56   0.04
XYZ42.258224.370416.3866
Yxy24.37040.50900.2936
Hunter Lab49.366466.406914.8758
CIE-Lab56.456869.303218.5423

#f5426b color RGB value is (245,66,107).

#f5426b hex color red value is 245, green value is 66 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #f5426b hue: 0.96 , saturation: 0.90 and the lightness value of f5426b is 0.61.

The process color (four color CMYK) of #f5426b color hex is 0.00, 0.73, 0.56, 0.04. Web safe color of #f5426b is #ff3366. Color #f5426b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01000010 01101011
Octal 365 102 153
Decimal 245 66 107
Hex F5 42 6B

RGB Percentages of Color #f5426b

%58.61
%15.79
%25.60

CMYK Percentages of Color #f5426b

%0
%73
%56
%4

Triadic Colors of #f5426b

#f5426b #6bf542 #426bf5

Analogous Colors of #f5426b

#f5426b #f57342 #f542c5

Monochromatic Colors of #f5426b

#f5426b

Complementary Color

#f5426b #42f5cc

#f5426b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5426b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5426b Color CSS Codes

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

#f5426b Text Font Color

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

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


#f5426b Background Color

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

This div background color is #f5426b


#f5426b Border Color

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

This div border color is #f5426b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5426b


Comments

No comments written yet.

Please login to write comment.