Color Hex Logo

#f823af Color Hex

#F823AF
(248,35,175)
0 Favorites   0 Comments

Color spaces of #f823af

RGB 24835175
HSL0.890.940.55
HSV321°86°97°
CMYK 0.000.860.29   0.03
XYZ47.050324.253742.7590
Yxy24.25370.41250.2126
Hunter Lab49.248084.3502-17.0042
CIE-Lab56.340983.7144-21.7343

#f823af color RGB value is (248,35,175).

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

The process color (four color CMYK) of #f823af color hex is 0.00, 0.86, 0.29, 0.03. Web safe color of #f823af is #ff3399. Color #f823af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00100011 10101111
Octal 370 43 257
Decimal 248 35 175
Hex F8 23 AF

RGB Percentages of Color #f823af

%54.15
%7.64
%38.21

CMYK Percentages of Color #f823af

%0
%86
%29
%3

Triadic Colors of #f823af

#f823af #aff823 #23aff8

Analogous Colors of #f823af

#f823af #f82344 #d723f8

Monochromatic Colors of #f823af

#f823af

Complementary Color

#f823af #23f86c

#f823af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f823af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f823af Color CSS Codes

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

#f823af Text Font Color

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

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


#f823af Background Color

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

This div background color is #f823af


#f823af Border Color

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

This div border color is #f823af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f823af

Related Colors


Comments

No comments written yet.

Please login to write comment.