Color Hex Logo

#f818af Color Hex

#F818AF
(248,24,175)
0 Favorites   0 Comments

Color spaces of #f818af

RGB 24824175
HSL0.890.940.53
HSV320°90°97°
CMYK 0.000.900.29   0.03
XYZ46.775923.704942.6676
Yxy23.70490.41340.2095
Hunter Lab48.687786.2876-17.8776
CIE-Lab55.791185.3138-22.5778

#f818af color RGB value is (248,24,175).

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

The process color (four color CMYK) of #f818af color hex is 0.00, 0.90, 0.29, 0.03. Web safe color of #f818af is #ff0099. Color #f818af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00011000 10101111
Octal 370 30 257
Decimal 248 24 175
Hex F8 18 AF

RGB Percentages of Color #f818af

%55.48
%5.37
%39.15

CMYK Percentages of Color #f818af

%0
%90
%29
%3

Triadic Colors of #f818af

#f818af #aff818 #18aff8

Analogous Colors of #f818af

#f818af #f8183f #d118f8

Monochromatic Colors of #f818af

#f818af

Complementary Color

#f818af #18f861

#f818af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f818af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f818af Color CSS Codes

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

#f818af Text Font Color

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

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


#f818af Background Color

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

This div background color is #f818af


#f818af Border Color

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

This div border color is #f818af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,24,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f818af

Related Colors


Comments

No comments written yet.

Please login to write comment.