Color Hex Logo

#f046da Color Hex

#F046DA
(240,70,218)
0 Favorites   0 Comments

Color spaces of #f046da

RGB 24070218
HSL0.850.850.61
HSV308°71°94°
CMYK 0.000.710.09   0.06
XYZ50.780227.967569.0515
Yxy27.96750.34360.1892
Hunter Lab52.884378.8505-40.3965
CIE-Lab59.859478.7359-41.0388

#f046da color RGB value is (240,70,218).

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

The process color (four color CMYK) of #f046da color hex is 0.00, 0.71, 0.09, 0.06. Web safe color of #f046da is #ff33cc. Color #f046da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000110 11011010
Octal 360 106 332
Decimal 240 70 218
Hex F0 46 DA

RGB Percentages of Color #f046da

%45.45
%13.26
%41.29

CMYK Percentages of Color #f046da

%0
%71
%9
%6

Triadic Colors of #f046da

#f046da #daf046 #46daf0

Analogous Colors of #f046da

#f046da #f04685 #b146f0

Monochromatic Colors of #f046da

#f046da

Complementary Color

#f046da #46f05c

#f046da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f046da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f046da Color CSS Codes

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

#f046da Text Font Color

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

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


#f046da Background Color

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

This div background color is #f046da


#f046da Border Color

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

This div border color is #f046da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f046da


Comments

No comments written yet.

Please login to write comment.