Color Hex Logo

#f48aee Color Hex

#F48AEE
(244,138,238)
0 Favorites   0 Comments

Color spaces of #f48aee

RGB 244138238
HSL0.840.830.75
HSV303°43°96°
CMYK 0.000.430.02   0.04
XYZ61.829343.583186.0425
Yxy43.58310.32290.2276
Hunter Lab66.017551.6452-31.0621
CIE-Lab71.949054.1431-33.2684

#f48aee color RGB value is (244,138,238).

#f48aee hex color red value is 244, green value is 138 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f48aee hue: 0.84 , saturation: 0.83 and the lightness value of f48aee is 0.75.

The process color (four color CMYK) of #f48aee color hex is 0.00, 0.43, 0.02, 0.04. Web safe color of #f48aee is #ff99ff. Color #f48aee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001010 11101110
Octal 364 212 356
Decimal 244 138 238
Hex F4 8A EE

RGB Percentages of Color #f48aee

%39.35
%22.26
%38.39

CMYK Percentages of Color #f48aee

%0
%43
%2
%4

Triadic Colors of #f48aee

#f48aee #eef48a #8aeef4

Analogous Colors of #f48aee

#f48aee #f48ab9 #c58af4

Monochromatic Colors of #f48aee

#f48aee

Complementary Color

#f48aee #8af490

#f48aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48aee Color CSS Codes

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

#f48aee Text Font Color

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

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


#f48aee Background Color

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

This div background color is #f48aee


#f48aee Border Color

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

This div border color is #f48aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48aee


Comments

No comments written yet.

Please login to write comment.