Color Hex Logo

#f48dff Color Hex

#F48DFF
(244,141,255)
0 Favorites   0 Comments

Color spaces of #f48dff

RGB 244141255
HSL0.821.000.78
HSV294°45°100°
CMYK 0.040.450.00   0.00
XYZ64.883145.502899.9710
Yxy45.50280.30840.2163
Hunter Lab67.455853.6447-40.6501
CIE-Lab73.221755.6752-40.5568

#f48dff color RGB value is (244,141,255).

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

The process color (four color CMYK) of #f48dff color hex is 0.04, 0.45, 0.00, 0.00. Web safe color of #f48dff is #ff99ff. Color #f48dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001101 11111111
Octal 364 215 377
Decimal 244 141 255
Hex F4 8D FF

RGB Percentages of Color #f48dff

%38.13
%22.03
%39.84

CMYK Percentages of Color #f48dff

%4
%45
%0
%0

Triadic Colors of #f48dff

#f48dff #fff48d #8dfff4

Analogous Colors of #f48dff

#f48dff #ff8dd1 #bb8dff

Monochromatic Colors of #f48dff

#f48dff

Complementary Color

#f48dff #98ff8d

#f48dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48dff Color CSS Codes

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

#f48dff Text Font Color

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

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


#f48dff Background Color

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

This div background color is #f48dff


#f48dff Border Color

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

This div border color is #f48dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48dff

Related Colors


Comments

No comments written yet.

Please login to write comment.