Color Hex Logo

#f802da Color Hex

#F802DA
(248,2,218)
0 Favorites   0 Comments

Color spaces of #f802da

RGB 2482218
HSL0.850.980.49
HSV307°99°97°
CMYK 0.000.990.12   0.03
XYZ51.388025.061868.4586
Yxy25.06180.35460.1729
Hunter Lab50.061895.6207-46.0348
CIE-Lab57.135692.0886-45.2417

#f802da color RGB value is (248,2,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000010 11011010
Octal 370 2 332
Decimal 248 2 218
Hex F8 2 DA

RGB Percentages of Color #f802da

%52.99
%0.43
%46.58

CMYK Percentages of Color #f802da

%0
%99
%12
%3

Triadic Colors of #f802da

#f802da #daf802 #02daf8

Analogous Colors of #f802da

#f802da #f8025f #9b02f8

Monochromatic Colors of #f802da

#f802da

Complementary Color

#f802da #02f820

#f802da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f802da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f802da Color CSS Codes

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

#f802da Text Font Color

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

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


#f802da Background Color

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

This div background color is #f802da


#f802da Border Color

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

This div border color is #f802da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f802da


Comments

No comments written yet.

Please login to write comment.