Color Hex Logo

#f48dda Color Hex

#F48DDA
(244,141,218)
0 Favorites   0 Comments

Color spaces of #f48dda

RGB 244141218
HSL0.880.820.75
HSV315°42°96°
CMYK 0.000.420.11   0.04
XYZ59.488043.344871.5607
Yxy43.34480.34110.2485
Hunter Lab65.836846.0726-18.3590
CIE-Lab71.788449.2963-22.5282

#f48dda color RGB value is (244,141,218).

#f48dda hex color red value is 244, green value is 141 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f48dda hue: 0.88 , saturation: 0.82 and the lightness value of f48dda is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001101 11011010
Octal 364 215 332
Decimal 244 141 218
Hex F4 8D DA

RGB Percentages of Color #f48dda

%40.46
%23.38
%36.15

CMYK Percentages of Color #f48dda

%0
%42
%11
%4

Triadic Colors of #f48dda

#f48dda #daf48d #8ddaf4

Analogous Colors of #f48dda

#f48dda #f48da7 #db8df4

Monochromatic Colors of #f48dda

#f48dda

Complementary Color

#f48dda #8df4a7

#f48dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48dda Color CSS Codes

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

#f48dda Text Font Color

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

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


#f48dda Background Color

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

This div background color is #f48dda


#f48dda Border Color

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

This div border color is #f48dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,141,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 #f48dda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48dda


Comments

No comments written yet.

Please login to write comment.