Color Hex Logo

#f44cbd Color Hex

#F44CBD
(244,76,189)
0 Favorites   0 Comments

Color spaces of #f44cbd

RGB 24476189
HSL0.890.880.63
HSV320°69°96°
CMYK 0.000.690.23   0.04
XYZ49.078028.076150.9766
Yxy28.07610.38300.2191
Hunter Lab52.986972.6049-19.9498
CIE-Lab59.957473.7282-24.3373

#f44cbd color RGB value is (244,76,189).

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

The process color (four color CMYK) of #f44cbd color hex is 0.00, 0.69, 0.23, 0.04. Web safe color of #f44cbd is #ff33cc. Color #f44cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01001100 10111101
Octal 364 114 275
Decimal 244 76 189
Hex F4 4C BD

RGB Percentages of Color #f44cbd

%47.94
%14.93
%37.13

CMYK Percentages of Color #f44cbd

%0
%69
%23
%4

Triadic Colors of #f44cbd

#f44cbd #bdf44c #4cbdf4

Analogous Colors of #f44cbd

#f44cbd #f44c69 #d74cf4

Monochromatic Colors of #f44cbd

#f44cbd

Complementary Color

#f44cbd #4cf483

#f44cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f44cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f44cbd Color CSS Codes

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

#f44cbd Text Font Color

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

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


#f44cbd Background Color

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

This div background color is #f44cbd


#f44cbd Border Color

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

This div border color is #f44cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f44cbd


Comments

No comments written yet.

Please login to write comment.