Color Hex Logo

#f5065b Color Hex

#F5065B
(245,6,91)
0 Favorites   0 Comments

Color spaces of #f5065b

RGB 245691
HSL0.940.950.49
HSV339°98°96°
CMYK 0.000.980.63   0.04
XYZ39.609620.298111.7278
Yxy20.29810.55290.2834
Hunter Lab45.053478.088316.1037
CIE-Lab52.172679.624022.3802

#f5065b color RGB value is (245,6,91).

#f5065b hex color red value is 245, green value is 6 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #f5065b hue: 0.94 , saturation: 0.95 and the lightness value of f5065b is 0.49.

The process color (four color CMYK) of #f5065b color hex is 0.00, 0.98, 0.63, 0.04. Web safe color of #f5065b is #ff0066. Color #f5065b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000110 01011011
Octal 365 6 133
Decimal 245 6 91
Hex F5 6 5B

RGB Percentages of Color #f5065b

%71.64
%1.75
%26.61

CMYK Percentages of Color #f5065b

%0
%98
%63
%4

Triadic Colors of #f5065b

#f5065b #5bf506 #065bf5

Analogous Colors of #f5065b

#f5065b #f52906 #f506d3

Monochromatic Colors of #f5065b

#f5065b

Complementary Color

#f5065b #06f5a0

#f5065b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5065b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5065b Color CSS Codes

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

#f5065b Text Font Color

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

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


#f5065b Background Color

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

This div background color is #f5065b


#f5065b Border Color

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

This div border color is #f5065b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5065b


Comments

No comments written yet.

Please login to write comment.