Color Hex Logo

#f048ef Color Hex

#F048EF
(240,72,239)
0 Favorites   0 Comments

Color spaces of #f048ef

RGB 24072239
HSL0.830.850.61
HSV300°70°94°
CMYK 0.000.700.00   0.06
XYZ53.832529.392084.4973
Yxy29.39200.32100.1752
Hunter Lab54.214482.3675-54.4580
CIE-Lab61.126081.2473-50.8151

#f048ef color RGB value is (240,72,239).

#f048ef hex color red value is 240, green value is 72 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f048ef hue: 0.83 , saturation: 0.85 and the lightness value of f048ef is 0.61.

The process color (four color CMYK) of #f048ef color hex is 0.00, 0.70, 0.00, 0.06. Web safe color of #f048ef is #ff33ff. Color #f048ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001000 11101111
Octal 360 110 357
Decimal 240 72 239
Hex F0 48 EF

RGB Percentages of Color #f048ef

%43.56
%13.07
%43.38

CMYK Percentages of Color #f048ef

%0
%70
%0
%6

Triadic Colors of #f048ef

#f048ef #eff048 #48eff0

Analogous Colors of #f048ef

#f048ef #f0489b #9d48f0

Monochromatic Colors of #f048ef

#f048ef

Complementary Color

#f048ef #48f049

#f048ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f048ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f048ef Color CSS Codes

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

#f048ef Text Font Color

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

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


#f048ef Background Color

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

This div background color is #f048ef


#f048ef Border Color

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

This div border color is #f048ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,72,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f048ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f048ef;
  -webkit-box-shadow: 1px 1px 3px 2px #f048ef;
  box-shadow:         1px 1px 3px 2px #f048ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,72,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f048ef


Comments

No comments written yet.

Please login to write comment.