Color Hex Logo

#f046dd Color Hex

#F046DD
(240,70,221)
0 Favorites   0 Comments

Color spaces of #f046dd

RGB 24070221
HSL0.850.850.61
HSV307°71°94°
CMYK 0.000.710.08   0.06
XYZ51.176528.126071.1382
Yxy28.12600.34020.1870
Hunter Lab53.034079.4388-42.4061
CIE-Lab60.002479.1720-42.5059

#f046dd color RGB value is (240,70,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000110 11011101
Octal 360 106 335
Decimal 240 70 221
Hex F0 46 DD

RGB Percentages of Color #f046dd

%45.20
%13.18
%41.62

CMYK Percentages of Color #f046dd

%0
%71
%8
%6

Triadic Colors of #f046dd

#f046dd #ddf046 #46ddf0

Analogous Colors of #f046dd

#f046dd #f04688 #ae46f0

Monochromatic Colors of #f046dd

#f046dd

Complementary Color

#f046dd #46f059

#f046dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f046dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f046dd Color CSS Codes

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

#f046dd Text Font Color

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

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


#f046dd Background Color

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

This div background color is #f046dd


#f046dd Border Color

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

This div border color is #f046dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f046dd


Comments

No comments written yet.

Please login to write comment.