Color Hex Logo

#f810da Color Hex

#F810DA
(248,16,218)
0 Favorites   0 Comments

Color spaces of #f810da

RGB 24816218
HSL0.850.940.52
HSV308°94°97°
CMYK 0.000.940.12   0.03
XYZ51.551625.389068.5132
Yxy25.38900.35440.1746
Hunter Lab50.387594.4458-45.3469
CIE-Lab57.452591.1544-44.7409

#f810da color RGB value is (248,16,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00010000 11011010
Octal 370 20 332
Decimal 248 16 218
Hex F8 10 DA

RGB Percentages of Color #f810da

%51.45
%3.32
%45.23

CMYK Percentages of Color #f810da

%0
%94
%12
%3

Triadic Colors of #f810da

#f810da #daf810 #10daf8

Analogous Colors of #f810da

#f810da #f81066 #a210f8

Monochromatic Colors of #f810da

#f810da

Complementary Color

#f810da #10f82e

#f810da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f810da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f810da Color CSS Codes

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

#f810da Text Font Color

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

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


#f810da Background Color

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

This div background color is #f810da


#f810da Border Color

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

This div border color is #f810da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f810da


Comments

No comments written yet.

Please login to write comment.