Color Hex Logo

#f48edd Color Hex

#F48EDD
(244,142,221)
0 Favorites   0 Comments

Color spaces of #f48edd

RGB 244142221
HSL0.870.820.76
HSV314°42°96°
CMYK 0.000.420.09   0.04
XYZ60.032443.799673.6967
Yxy43.79960.33820.2467
Hunter Lab66.181346.0984-19.6960
CIE-Lab72.094349.2782-23.7138

#f48edd color RGB value is (244,142,221).

#f48edd hex color red value is 244, green value is 142 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f48edd hue: 0.87 , saturation: 0.82 and the lightness value of f48edd is 0.76.

The process color (four color CMYK) of #f48edd color hex is 0.00, 0.42, 0.09, 0.04. Web safe color of #f48edd is #ff99cc. Color #f48edd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001110 11011101
Octal 364 216 335
Decimal 244 142 221
Hex F4 8E DD

RGB Percentages of Color #f48edd

%40.20
%23.39
%36.41

CMYK Percentages of Color #f48edd

%0
%42
%9
%4

Triadic Colors of #f48edd

#f48edd #ddf48e #8eddf4

Analogous Colors of #f48edd

#f48edd #f48eaa #d88ef4

Monochromatic Colors of #f48edd

#f48edd

Complementary Color

#f48edd #8ef4a5

#f48edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48edd Color CSS Codes

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

#f48edd Text Font Color

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

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


#f48edd Background Color

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

This div background color is #f48edd


#f48edd Border Color

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

This div border color is #f48edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48edd


Comments

No comments written yet.

Please login to write comment.