Color Hex Logo

#f444be Color Hex

#F444BE
(244,68,190)
0 Favorites   0 Comments

Color spaces of #f444be

RGB 24468190
HSL0.880.890.61
HSV318°72°96°
CMYK 0.000.720.22   0.04
XYZ48.669627.085051.3780
Yxy27.08500.38280.2130
Hunter Lab52.043375.8532-22.1018
CIE-Lab59.052976.5112-26.3033

#f444be color RGB value is (244,68,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000100 10111110
Octal 364 104 276
Decimal 244 68 190
Hex F4 44 BE

RGB Percentages of Color #f444be

%48.61
%13.55
%37.85

CMYK Percentages of Color #f444be

%0
%72
%22
%4

Triadic Colors of #f444be

#f444be #bef444 #44bef4

Analogous Colors of #f444be

#f444be #f44466 #d244f4

Monochromatic Colors of #f444be

#f444be

Complementary Color

#f444be #44f47a

#f444be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f444be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f444be Color CSS Codes

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

#f444be Text Font Color

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

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


#f444be Background Color

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

This div background color is #f444be


#f444be Border Color

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

This div border color is #f444be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f444be


Comments

No comments written yet.

Please login to write comment.