Color Hex Logo

#f818df Color Hex

#F818DF
(248,24,223)
0 Favorites   0 Comments

Color spaces of #f818df

RGB 24824223
HSL0.850.940.53
HSV307°90°97°
CMYK 0.000.900.10   0.03
XYZ52.357325.937472.0589
Yxy25.93740.34820.1725
Hunter Lab50.928894.3815-48.2390
CIE-Lab57.977691.0044-46.7425

#f818df color RGB value is (248,24,223).

#f818df hex color red value is 248, green value is 24 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f818df hue: 0.85 , saturation: 0.94 and the lightness value of f818df is 0.53.

The process color (four color CMYK) of #f818df color hex is 0.00, 0.90, 0.10, 0.03. Web safe color of #f818df is #ff00cc. Color #f818df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00011000 11011111
Octal 370 30 337
Decimal 248 24 223
Hex F8 18 DF

RGB Percentages of Color #f818df

%50.10
%4.85
%45.05

CMYK Percentages of Color #f818df

%0
%90
%10
%3

Triadic Colors of #f818df

#f818df #dff818 #18dff8

Analogous Colors of #f818df

#f818df #f8186f #a118f8

Monochromatic Colors of #f818df

#f818df

Complementary Color

#f818df #18f831

#f818df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f818df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f818df Color CSS Codes

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

#f818df Text Font Color

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

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


#f818df Background Color

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

This div background color is #f818df


#f818df Border Color

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

This div border color is #f818df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f818df

Related Colors


Comments

No comments written yet.

Please login to write comment.