Color Hex Logo

#f006da Color Hex

#F006DA
(240,6,218)
0 Favorites   0 Comments

Color spaces of #f006da

RGB 2406218
HSL0.850.950.48
HSV306°98°94°
CMYK 0.000.980.09   0.06
XYZ48.655223.717568.3432
Yxy23.71750.34580.1685
Hunter Lab48.700693.1075-49.1132
CIE-Lab55.803890.4764-47.4415

#f006da color RGB value is (240,6,218).

#f006da hex color red value is 240, green value is 6 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f006da hue: 0.85 , saturation: 0.95 and the lightness value of f006da is 0.48.

The process color (four color CMYK) of #f006da color hex is 0.00, 0.98, 0.09, 0.06. Web safe color of #f006da is #ff00cc. Color #f006da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000110 11011010
Octal 360 6 332
Decimal 240 6 218
Hex F0 6 DA

RGB Percentages of Color #f006da

%51.72
%1.29
%46.98

CMYK Percentages of Color #f006da

%0
%98
%9
%6

Triadic Colors of #f006da

#f006da #daf006 #06daf0

Analogous Colors of #f006da

#f006da #f00665 #9106f0

Monochromatic Colors of #f006da

#f006da

Complementary Color

#f006da #06f01c

#f006da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f006da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f006da Color CSS Codes

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

#f006da Text Font Color

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

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


#f006da Background Color

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

This div background color is #f006da


#f006da Border Color

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

This div border color is #f006da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f006da


Comments

No comments written yet.

Please login to write comment.