Color Hex Logo

#f800da Color Hex

#F800DA
(248,0,218)
0 Favorites   0 Comments

Color spaces of #f800da

RGB 2480218
HSL0.851.000.49
HSV307°100°97°
CMYK 0.001.000.12   0.03
XYZ51.366325.018468.4514
Yxy25.01840.35470.1727
Hunter Lab50.018495.7781-46.1269
CIE-Lab57.093392.2133-45.3086

#f800da color RGB value is (248,0,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000000 11011010
Octal 370 0 332
Decimal 248 0 218
Hex F8 0 DA

RGB Percentages of Color #f800da

%53.22
%0.00
%46.78

CMYK Percentages of Color #f800da

%0
%100
%12
%3

Triadic Colors of #f800da

#f800da #daf800 #00daf8

Analogous Colors of #f800da

#f800da #f8005e #9a00f8

Monochromatic Colors of #f800da

#f800da

Complementary Color

#f800da #00f81e

#f800da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f800da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f800da Color CSS Codes

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

#f800da Text Font Color

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

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


#f800da Background Color

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

This div background color is #f800da


#f800da Border Color

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

This div border color is #f800da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f800da

Related Colors


Comments

No comments written yet.

Please login to write comment.