Color Hex Logo

#f51cba Color Hex

#F51CBA
(245,28,186)
0 Favorites   0 Comments

Color spaces of #f51cba

RGB 24528186
HSL0.880.920.54
HSV316°89°96°
CMYK 0.000.890.24   0.04
XYZ46.934423.788248.5722
Yxy23.78820.39340.1994
Hunter Lab48.773186.4175-24.9045
CIE-Lab55.875185.3972-28.8947

#f51cba color RGB value is (245,28,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011100 10111010
Octal 365 34 272
Decimal 245 28 186
Hex F5 1C BA

RGB Percentages of Color #f51cba

%53.38
%6.10
%40.52

CMYK Percentages of Color #f51cba

%0
%89
%24
%4

Triadic Colors of #f51cba

#f51cba #baf51c #1cbaf5

Analogous Colors of #f51cba

#f51cba #f51c4d #c41cf5

Monochromatic Colors of #f51cba

#f51cba

Complementary Color

#f51cba #1cf557

#f51cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51cba Color CSS Codes

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

#f51cba Text Font Color

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

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


#f51cba Background Color

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

This div background color is #f51cba


#f51cba Border Color

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

This div border color is #f51cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51cba


Comments

No comments written yet.

Please login to write comment.