Color Hex Logo

#f812af Color Hex

#F812AF
(248,18,175)
0 Favorites   0 Comments

Color spaces of #f812af

RGB 24818175
HSL0.890.940.52
HSV319°93°97°
CMYK 0.000.930.29   0.03
XYZ46.665623.484242.6308
Yxy23.48420.41380.2082
Hunter Lab48.460587.0828-18.2352
CIE-Lab55.567685.9666-22.9211

#f812af color RGB value is (248,18,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00010010 10101111
Octal 370 22 257
Decimal 248 18 175
Hex F8 12 AF

RGB Percentages of Color #f812af

%56.24
%4.08
%39.68

CMYK Percentages of Color #f812af

%0
%93
%29
%3

Triadic Colors of #f812af

#f812af #aff812 #12aff8

Analogous Colors of #f812af

#f812af #f8123c #ce12f8

Monochromatic Colors of #f812af

#f812af

Complementary Color

#f812af #12f85b

#f812af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f812af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f812af Color CSS Codes

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

#f812af Text Font Color

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

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


#f812af Background Color

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

This div background color is #f812af


#f812af Border Color

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

This div border color is #f812af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f812af


Comments

No comments written yet.

Please login to write comment.