Color Hex Logo

#f812bb Color Hex

#F812BB
(248,18,187)
0 Favorites   0 Comments

Color spaces of #f812bb

RGB 24818187
HSL0.880.940.52
HSV316°93°97°
CMYK 0.000.930.25   0.03
XYZ47.897323.976949.1172
Yxy23.97690.39590.1982
Hunter Lab48.966288.9125-25.1965
CIE-Lab56.064787.2645-29.1373

#f812bb color RGB value is (248,18,187).

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

The process color (four color CMYK) of #f812bb color hex is 0.00, 0.93, 0.25, 0.03. Web safe color of #f812bb is #ff00cc. Color #f812bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00010010 10111011
Octal 370 22 273
Decimal 248 18 187
Hex F8 12 BB

RGB Percentages of Color #f812bb

%54.75
%3.97
%41.28

CMYK Percentages of Color #f812bb

%0
%93
%25
%3

Triadic Colors of #f812bb

#f812bb #bbf812 #12bbf8

Analogous Colors of #f812bb

#f812bb #f81248 #c212f8

Monochromatic Colors of #f812bb

#f812bb

Complementary Color

#f812bb #12f84f

#f812bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f812bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f812bb Color CSS Codes

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

#f812bb Text Font Color

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

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


#f812bb Background Color

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

This div background color is #f812bb


#f812bb Border Color

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

This div border color is #f812bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f812bb


Comments

No comments written yet.

Please login to write comment.