Color Hex Logo

#f440be Color Hex

#F440BE
(244,64,190)
0 Favorites   0 Comments

Color spaces of #f440be

RGB 24464190
HSL0.880.890.60
HSV318°74°96°
CMYK 0.000.740.22   0.04
XYZ48.435926.617651.3001
Yxy26.61760.38330.2107
Hunter Lab51.592277.2932-22.8397
CIE-Lab58.618777.7416-26.9733

#f440be color RGB value is (244,64,190).

#f440be hex color red value is 244, green value is 64 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f440be hue: 0.88 , saturation: 0.89 and the lightness value of f440be is 0.60.

The process color (four color CMYK) of #f440be color hex is 0.00, 0.74, 0.22, 0.04. Web safe color of #f440be is #ff33cc. Color #f440be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000000 10111110
Octal 364 100 276
Decimal 244 64 190
Hex F4 40 BE

RGB Percentages of Color #f440be

%49.00
%12.85
%38.15

CMYK Percentages of Color #f440be

%0
%74
%22
%4

Triadic Colors of #f440be

#f440be #bef440 #40bef4

Analogous Colors of #f440be

#f440be #f44064 #d040f4

Monochromatic Colors of #f440be

#f440be

Complementary Color

#f440be #40f476

#f440be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f440be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f440be Color CSS Codes

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

#f440be Text Font Color

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

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


#f440be Background Color

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

This div background color is #f440be


#f440be Border Color

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

This div border color is #f440be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f440be


Comments

No comments written yet.

Please login to write comment.