Color Hex Logo

#f802ab Color Hex

#F802AB
(248,2,171)
0 Favorites   0 Comments

Color spaces of #f802ab

RGB 2482171
HSL0.890.980.49
HSV319°99°97°
CMYK 0.000.990.31   0.03
XYZ46.083822.940140.5271
Yxy22.94010.42070.2094
Hunter Lab47.895887.9292-16.6412
CIE-Lab55.010686.7215-21.4341

#f802ab color RGB value is (248,2,171).

#f802ab hex color red value is 248, green value is 2 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f802ab hue: 0.89 , saturation: 0.98 and the lightness value of f802ab is 0.49.

The process color (four color CMYK) of #f802ab color hex is 0.00, 0.99, 0.31, 0.03. Web safe color of #f802ab is #ff0099. Color #f802ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000010 10101011
Octal 370 2 253
Decimal 248 2 171
Hex F8 2 AB

RGB Percentages of Color #f802ab

%58.91
%0.48
%40.62

CMYK Percentages of Color #f802ab

%0
%99
%31
%3

Triadic Colors of #f802ab

#f802ab #abf802 #02abf8

Analogous Colors of #f802ab

#f802ab #f80230 #ca02f8

Monochromatic Colors of #f802ab

#f802ab

Complementary Color

#f802ab #02f84f

#f802ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f802ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f802ab Color CSS Codes

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

#f802ab Text Font Color

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

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


#f802ab Background Color

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

This div background color is #f802ab


#f802ab Border Color

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

This div border color is #f802ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f802ab

Related Colors


Comments

No comments written yet.

Please login to write comment.