Color Hex Logo

#f48ae0 Color Hex

#F48AE0
(244,138,224)
0 Favorites   0 Comments

Color spaces of #f48ae0

RGB 244138224
HSL0.860.830.75
HSV311°43°96°
CMYK 0.000.430.08   0.04
XYZ59.851342.791975.6262
Yxy42.79190.33570.2400
Hunter Lab65.415548.8397-22.7537
CIE-Lab71.413551.7811-26.4070

#f48ae0 color RGB value is (244,138,224).

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

The process color (four color CMYK) of #f48ae0 color hex is 0.00, 0.43, 0.08, 0.04. Web safe color of #f48ae0 is #ff99cc. Color #f48ae0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001010 11100000
Octal 364 212 340
Decimal 244 138 224
Hex F4 8A E0

RGB Percentages of Color #f48ae0

%40.26
%22.77
%36.96

CMYK Percentages of Color #f48ae0

%0
%43
%8
%4

Triadic Colors of #f48ae0

#f48ae0 #e0f48a #8ae0f4

Analogous Colors of #f48ae0

#f48ae0 #f48aab #d38af4

Monochromatic Colors of #f48ae0

#f48ae0

Complementary Color

#f48ae0 #8af49e

#f48ae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48ae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48ae0 Color CSS Codes

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

#f48ae0 Text Font Color

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

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


#f48ae0 Background Color

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

This div background color is #f48ae0


#f48ae0 Border Color

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

This div border color is #f48ae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48ae0


Comments

No comments written yet.

Please login to write comment.