Color Hex Logo

#f51585 Color Hex

#F51585
(245,21,133)
0 Favorites   0 Comments

Color spaces of #f51585

RGB 24521133
HSL0.920.920.52
HSV330°91°96°
CMYK 0.000.910.46   0.04
XYZ42.158021.642324.1457
Yxy21.64230.47940.2461
Hunter Lab46.521380.34601.7919
CIE-Lab53.645481.1193-0.9787

#f51585 color RGB value is (245,21,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010101 10000101
Octal 365 25 205
Decimal 245 21 133
Hex F5 15 85

RGB Percentages of Color #f51585

%61.40
%5.26
%33.33

CMYK Percentages of Color #f51585

%0
%91
%46
%4

Triadic Colors of #f51585

#f51585 #85f515 #1585f5

Analogous Colors of #f51585

#f51585 #f51515 #f515f5

Monochromatic Colors of #f51585

#f51585

Complementary Color

#f51585 #15f585

#f51585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51585 Color CSS Codes

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

#f51585 Text Font Color

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

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


#f51585 Background Color

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

This div background color is #f51585


#f51585 Border Color

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

This div border color is #f51585


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,21,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 #f51585">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51585


Comments

No comments written yet.

Please login to write comment.