Color Hex Logo

#f415bb Color Hex

#F415BB
(244,21,187)
0 Favorites   0 Comments

Color spaces of #f415bb

RGB 24421187
HSL0.880.910.52
HSV315°91°96°
CMYK 0.000.910.23   0.04
XYZ46.546023.357349.0689
Yxy23.35730.39120.1963
Hunter Lab48.329487.3368-26.3666
CIE-Lab55.438586.1860-30.1667

#f415bb color RGB value is (244,21,187).

#f415bb hex color red value is 244, green value is 21 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f415bb hue: 0.88 , saturation: 0.91 and the lightness value of f415bb is 0.52.

The process color (four color CMYK) of #f415bb color hex is 0.00, 0.91, 0.23, 0.04. Web safe color of #f415bb is #ff00cc. Color #f415bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010101 10111011
Octal 364 25 273
Decimal 244 21 187
Hex F4 15 BB

RGB Percentages of Color #f415bb

%53.98
%4.65
%41.37

CMYK Percentages of Color #f415bb

%0
%91
%23
%4

Triadic Colors of #f415bb

#f415bb #bbf415 #15bbf4

Analogous Colors of #f415bb

#f415bb #f4154c #be15f4

Monochromatic Colors of #f415bb

#f415bb

Complementary Color

#f415bb #15f44e

#f415bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f415bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f415bb Color CSS Codes

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

#f415bb Text Font Color

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

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


#f415bb Background Color

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

This div background color is #f415bb


#f415bb Border Color

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

This div border color is #f415bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f415bb


Comments

No comments written yet.

Please login to write comment.