Color Hex Logo

#f44ada Color Hex

#F44ADA
(244,74,218)
0 Favorites   0 Comments

Color spaces of #f44ada

RGB 24474218
HSL0.860.890.62
HSV309°70°96°
CMYK 0.000.700.11   0.04
XYZ52.411929.192669.2020
Yxy29.19260.34750.1936
Hunter Lab54.030278.6009-38.1177
CIE-Lab60.951278.3294-39.2810

#f44ada color RGB value is (244,74,218).

#f44ada hex color red value is 244, green value is 74 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f44ada hue: 0.86 , saturation: 0.89 and the lightness value of f44ada is 0.62.

The process color (four color CMYK) of #f44ada color hex is 0.00, 0.70, 0.11, 0.04. Web safe color of #f44ada is #ff33cc. Color #f44ada contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01001010 11011010
Octal 364 112 332
Decimal 244 74 218
Hex F4 4A DA

RGB Percentages of Color #f44ada

%45.52
%13.81
%40.67

CMYK Percentages of Color #f44ada

%0
%70
%11
%4

Triadic Colors of #f44ada

#f44ada #daf44a #4adaf4

Analogous Colors of #f44ada

#f44ada #f44a85 #b94af4

Monochromatic Colors of #f44ada

#f44ada

Complementary Color

#f44ada #4af464

#f44ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f44ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#f44ada Color CSS Codes

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

#f44ada Text Font Color

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

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


#f44ada Background Color

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

This div background color is #f44ada


#f44ada Border Color

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

This div border color is #f44ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f44ada


Comments

No comments written yet.

Please login to write comment.