Color Hex Logo

#f51abd Color Hex

#F51ABD
(245,26,189)
0 Favorites   0 Comments

Color spaces of #f51abd

RGB 24526189
HSL0.880.920.53
HSV315°89°96°
CMYK 0.000.890.23   0.04
XYZ47.210923.825450.2546
Yxy23.82540.38920.1964
Hunter Lab48.811387.2278-26.8753
CIE-Lab55.912686.0103-30.5745

#f51abd color RGB value is (245,26,189).

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

The process color (four color CMYK) of #f51abd color hex is 0.00, 0.89, 0.23, 0.04. Web safe color of #f51abd is #ff33cc. Color #f51abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011010 10111101
Octal 365 32 275
Decimal 245 26 189
Hex F5 1A BD

RGB Percentages of Color #f51abd

%53.26
%5.65
%41.09

CMYK Percentages of Color #f51abd

%0
%89
%23
%4

Triadic Colors of #f51abd

#f51abd #bdf51a #1abdf5

Analogous Colors of #f51abd

#f51abd #f51a50 #c01af5

Monochromatic Colors of #f51abd

#f51abd

Complementary Color

#f51abd #1af552

#f51abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51abd Color CSS Codes

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

#f51abd Text Font Color

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

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


#f51abd Background Color

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

This div background color is #f51abd


#f51abd Border Color

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

This div border color is #f51abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51abd


Comments

No comments written yet.

Please login to write comment.