Color Hex Logo

#f51685 Color Hex

#F51685
(245,22,133)
0 Favorites   0 Comments

Color spaces of #f51685

RGB 24522133
HSL0.920.920.52
HSV330°91°96°
CMYK 0.000.910.46   0.04
XYZ42.176721.679824.1519
Yxy21.67980.47920.2463
Hunter Lab46.561680.20731.8389
CIE-Lab53.685681.0024-0.9198

#f51685 color RGB value is (245,22,133).

#f51685 hex color red value is 245, green value is 22 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #f51685 hue: 0.92 , saturation: 0.92 and the lightness value of f51685 is 0.52.

The process color (four color CMYK) of #f51685 color hex is 0.00, 0.91, 0.46, 0.04. Web safe color of #f51685 is #ff0099. Color #f51685 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010110 10000101
Octal 365 26 205
Decimal 245 22 133
Hex F5 16 85

RGB Percentages of Color #f51685

%61.25
%5.50
%33.25

CMYK Percentages of Color #f51685

%0
%91
%46
%4

Triadic Colors of #f51685

#f51685 #85f516 #1685f5

Analogous Colors of #f51685

#f51685 #f51616 #f516f5

Monochromatic Colors of #f51685

#f51685

Complementary Color

#f51685 #16f586

#f51685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51685 Color CSS Codes

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

#f51685 Text Font Color

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

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


#f51685 Background Color

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

This div background color is #f51685


#f51685 Border Color

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

This div border color is #f51685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51685


Comments

No comments written yet.

Please login to write comment.