Color Hex Logo

#f51769 Color Hex

#F51769
(245,23,105)
0 Favorites   0 Comments

Color spaces of #f51769

RGB 24523105
HSL0.940.920.53
HSV338°91°96°
CMYK 0.000.910.57   0.04
XYZ40.512421.045215.2915
Yxy21.04520.52720.2739
Hunter Lab45.875077.352612.3494
CIE-Lab52.998978.878415.0052

#f51769 color RGB value is (245,23,105).

#f51769 hex color red value is 245, green value is 23 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #f51769 hue: 0.94 , saturation: 0.92 and the lightness value of f51769 is 0.53.

The process color (four color CMYK) of #f51769 color hex is 0.00, 0.91, 0.57, 0.04. Web safe color of #f51769 is #ff0066. Color #f51769 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010111 01101001
Octal 365 27 151
Decimal 245 23 105
Hex F5 17 69

RGB Percentages of Color #f51769

%65.68
%6.17
%28.15

CMYK Percentages of Color #f51769

%0
%91
%57
%4

Triadic Colors of #f51769

#f51769 #69f517 #1769f5

Analogous Colors of #f51769

#f51769 #f53417 #f517d8

Monochromatic Colors of #f51769

#f51769

Complementary Color

#f51769 #17f5a3

#f51769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51769 Color CSS Codes

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

#f51769 Text Font Color

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

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


#f51769 Background Color

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

This div background color is #f51769


#f51769 Border Color

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

This div border color is #f51769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51769


Comments

No comments written yet.

Please login to write comment.