Color Hex Logo

#f413bb Color Hex

#F413BB
(244,19,187)
0 Favorites   0 Comments

Color spaces of #f413bb

RGB 24419187
HSL0.880.910.52
HSV315°92°96°
CMYK 0.000.920.23   0.04
XYZ46.510723.286749.0571
Yxy23.28670.39130.1959
Hunter Lab48.256387.5945-26.4945
CIE-Lab55.366486.3969-30.2786

#f413bb color RGB value is (244,19,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010011 10111011
Octal 364 23 273
Decimal 244 19 187
Hex F4 13 BB

RGB Percentages of Color #f413bb

%54.22
%4.22
%41.56

CMYK Percentages of Color #f413bb

%0
%92
%23
%4

Triadic Colors of #f413bb

#f413bb #bbf413 #13bbf4

Analogous Colors of #f413bb

#f413bb #f4134a #bd13f4

Monochromatic Colors of #f413bb

#f413bb

Complementary Color

#f413bb #13f44c

#f413bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f413bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f413bb Color CSS Codes

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

#f413bb Text Font Color

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

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


#f413bb Background Color

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

This div background color is #f413bb


#f413bb Border Color

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

This div border color is #f413bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f413bb


Comments

No comments written yet.

Please login to write comment.