Color Hex Logo

#f51dbb Color Hex

#F51DBB
(245,29,187)
0 Favorites   0 Comments

Color spaces of #f51dbb

RGB 24529187
HSL0.880.920.54
HSV316°88°96°
CMYK 0.000.880.24   0.04
XYZ47.065223.879149.1422
Yxy23.87910.39190.1988
Hunter Lab48.866286.4052-25.4184
CIE-Lab55.966585.3698-29.3325

#f51dbb color RGB value is (245,29,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011101 10111011
Octal 365 35 273
Decimal 245 29 187
Hex F5 1D BB

RGB Percentages of Color #f51dbb

%53.15
%6.29
%40.56

CMYK Percentages of Color #f51dbb

%0
%88
%24
%4

Triadic Colors of #f51dbb

#f51dbb #bbf51d #1dbbf5

Analogous Colors of #f51dbb

#f51dbb #f51d4f #c31df5

Monochromatic Colors of #f51dbb

#f51dbb

Complementary Color

#f51dbb #1df557

#f51dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51dbb Color CSS Codes

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

#f51dbb Text Font Color

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

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


#f51dbb Background Color

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

This div background color is #f51dbb


#f51dbb Border Color

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

This div border color is #f51dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51dbb


Comments

No comments written yet.

Please login to write comment.