Color Hex Logo

#f40bae Color Hex

#F40BAE
(244,11,174)
0 Favorites   0 Comments

Color spaces of #f40bae

RGB 24411174
HSL0.880.910.50
HSV318°95°96°
CMYK 0.000.950.29   0.04
XYZ45.067922.528442.0175
Yxy22.52840.41120.2055
Hunter Lab47.464186.4264-19.2615
CIE-Lab54.583285.6558-23.9133

#f40bae color RGB value is (244,11,174).

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

The process color (four color CMYK) of #f40bae color hex is 0.00, 0.95, 0.29, 0.04. Web safe color of #f40bae is #ff0099. Color #f40bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00001011 10101110
Octal 364 13 256
Decimal 244 11 174
Hex F4 B AE

RGB Percentages of Color #f40bae

%56.88
%2.56
%40.56

CMYK Percentages of Color #f40bae

%0
%95
%29
%4

Triadic Colors of #f40bae

#f40bae #aef40b #0baef4

Analogous Colors of #f40bae

#f40bae #f40b39 #c60bf4

Monochromatic Colors of #f40bae

#f40bae

Complementary Color

#f40bae #0bf451

#f40bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f40bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f40bae Color CSS Codes

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

#f40bae Text Font Color

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

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


#f40bae Background Color

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

This div background color is #f40bae


#f40bae Border Color

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

This div border color is #f40bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f40bae


Comments

No comments written yet.

Please login to write comment.