Color Hex Logo

#f44aeb Color Hex

#F44AEB
(244,74,235)
0 Favorites   0 Comments

Color spaces of #f44aeb

RGB 24474235
HSL0.840.890.62
HSV303°70°96°
CMYK 0.000.700.04   0.04
XYZ54.752430.128881.5269
Yxy30.12880.32900.1811
Hunter Lab54.889781.9965-49.6398
CIE-Lab61.765280.8355-47.5337

#f44aeb color RGB value is (244,74,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01001010 11101011
Octal 364 112 353
Decimal 244 74 235
Hex F4 4A EB

RGB Percentages of Color #f44aeb

%44.12
%13.38
%42.50

CMYK Percentages of Color #f44aeb

%0
%70
%4
%4

Triadic Colors of #f44aeb

#f44aeb #ebf44a #4aebf4

Analogous Colors of #f44aeb

#f44aeb #f44a96 #a84af4

Monochromatic Colors of #f44aeb

#f44aeb

Complementary Color

#f44aeb #4af453

#f44aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f44aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f44aeb Color CSS Codes

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

#f44aeb Text Font Color

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

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


#f44aeb Background Color

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

This div background color is #f44aeb


#f44aeb Border Color

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

This div border color is #f44aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f44aeb


Comments

No comments written yet.

Please login to write comment.