Color Hex Logo

#f48edf Color Hex

#F48EDF
(244,142,223)
0 Favorites   0 Comments

Color spaces of #f48edf

RGB 244142223
HSL0.870.820.76
HSV312°42°96°
CMYK 0.000.420.09   0.04
XYZ60.300543.906875.1087
Yxy43.90680.33630.2449
Hunter Lab66.262246.4812-20.8221
CIE-Lab72.166249.6063-24.7044

#f48edf color RGB value is (244,142,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001110 11011111
Octal 364 216 337
Decimal 244 142 223
Hex F4 8E DF

RGB Percentages of Color #f48edf

%40.07
%23.32
%36.62

CMYK Percentages of Color #f48edf

%0
%42
%9
%4

Triadic Colors of #f48edf

#f48edf #dff48e #8edff4

Analogous Colors of #f48edf

#f48edf #f48eac #d68ef4

Monochromatic Colors of #f48edf

#f48edf

Complementary Color

#f48edf #8ef4a3

#f48edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48edf Color CSS Codes

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

#f48edf Text Font Color

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

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


#f48edf Background Color

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

This div background color is #f48edf


#f48edf Border Color

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

This div border color is #f48edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48edf

Related Colors


Comments

No comments written yet.

Please login to write comment.