Color Hex Logo

#f48efa Color Hex

#F48EFA
(244,142,250)
0 Favorites   0 Comments

Color spaces of #f48efa

RGB 244142250
HSL0.820.920.77
HSV297°43°98°
CMYK 0.020.430.00   0.02
XYZ64.236545.481295.8356
Yxy45.48120.31250.2213
Hunter Lab67.439852.0020-37.0465
CIE-Lab73.207654.2688-37.8629

#f48efa color RGB value is (244,142,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001110 11111010
Octal 364 216 372
Decimal 244 142 250
Hex F4 8E FA

RGB Percentages of Color #f48efa

%38.36
%22.33
%39.31

CMYK Percentages of Color #f48efa

%2
%43
%0
%2

Triadic Colors of #f48efa

#f48efa #faf48e #8efaf4

Analogous Colors of #f48efa

#f48efa #fa8eca #be8efa

Monochromatic Colors of #f48efa

#f48efa

Complementary Color

#f48efa #94fa8e

#f48efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48efa Color CSS Codes

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

#f48efa Text Font Color

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

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


#f48efa Background Color

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

This div background color is #f48efa


#f48efa Border Color

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

This div border color is #f48efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48efa


Comments

No comments written yet.

Please login to write comment.