Color Hex Logo

#f415be Color Hex

#F415BE
(244,21,190)
0 Favorites   0 Comments

Color spaces of #f415be

RGB 24421190
HSL0.870.910.52
HSV315°91°96°
CMYK 0.000.910.22   0.04
XYZ46.870723.487150.7783
Yxy23.48710.38690.1939
Hunter Lab48.463587.8223-28.1975
CIE-Lab55.570686.5310-31.6992

#f415be color RGB value is (244,21,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010101 10111110
Octal 364 25 276
Decimal 244 21 190
Hex F4 15 BE

RGB Percentages of Color #f415be

%53.63
%4.62
%41.76

CMYK Percentages of Color #f415be

%0
%91
%22
%4

Triadic Colors of #f415be

#f415be #bef415 #15bef4

Analogous Colors of #f415be

#f415be #f4154f #bb15f4

Monochromatic Colors of #f415be

#f415be

Complementary Color

#f415be #15f44b

#f415be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f415be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f415be Color CSS Codes

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

#f415be Text Font Color

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

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


#f415be Background Color

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

This div background color is #f415be


#f415be Border Color

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

This div border color is #f415be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,21,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f415be


Comments

No comments written yet.

Please login to write comment.