Color Hex Logo

#f802bd Color Hex

#F802BD
(248,2,189)
0 Favorites   0 Comments

Color spaces of #f802bd

RGB 2482189
HSL0.870.980.49
HSV314°99°97°
CMYK 0.000.990.24   0.03
XYZ47.918423.674050.1881
Yxy23.67400.39350.1944
Hunter Lab48.655990.6464-27.0979
CIE-Lab55.759988.6365-30.7695

#f802bd color RGB value is (248,2,189).

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

The process color (four color CMYK) of #f802bd color hex is 0.00, 0.99, 0.24, 0.03. Web safe color of #f802bd is #ff00cc. Color #f802bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000010 10111101
Octal 370 2 275
Decimal 248 2 189
Hex F8 2 BD

RGB Percentages of Color #f802bd

%56.49
%0.46
%43.05

CMYK Percentages of Color #f802bd

%0
%99
%24
%3

Triadic Colors of #f802bd

#f802bd #bdf802 #02bdf8

Analogous Colors of #f802bd

#f802bd #f80242 #b802f8

Monochromatic Colors of #f802bd

#f802bd

Complementary Color

#f802bd #02f83d

#f802bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f802bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f802bd Color CSS Codes

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

#f802bd Text Font Color

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

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


#f802bd Background Color

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

This div background color is #f802bd


#f802bd Border Color

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

This div border color is #f802bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f802bd


Comments

No comments written yet.

Please login to write comment.