color codes Logo

#f40dbe color codes

#F40DBE
(244,13,190)
0 Favorites   0 Comments

Color spaces of #f40dbe

RGB 24413190
HSL0.870.910.50
HSV314°95°96°
CMYK 0.000.950.22   0.04
XYZ46.746423.238650.7369
Yxy23.23860.38720.1925
Hunter Lab48.206488.7325-28.6578
CIE-Lab55.317387.2733-32.0938

#f40dbe color RGB value is (244,13,190).

#f40dbe hex color red value is 244, green value is 13 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f40dbe hue: 0.87 , saturation: 0.91 and the lightness value of f40dbe is 0.50.

The process color (four color CMYK) of #f40dbe color code is 0.00, 0.95, 0.22, 0.04. Web safe color of #f40dbe is #ff00cc. Color #f40dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00001101 10111110
Octal 364 15 276
Decimal 244 13 190
Hex F4 D BE

RGB Percentages of Color #f40dbe

%54.59
%2.91
%42.51

CMYK Percentages of Color #f40dbe

%0
%95
%22
%4

Triadic Colors of #f40dbe

#f40dbe #bef40d #0dbef4

Analogous Colors of #f40dbe

#f40dbe #f40d4a #b70df4

Monochromatic Colors of #f40dbe

#f40dbe

Complementary Color

#f40dbe #0df443

#f40dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f40dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f40dbe Color CSS Codes

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

#f40dbe Text Font Color

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

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


#f40dbe Background Color

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

This div background color is #f40dbe


#f40dbe Border Color

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

This div border color is #f40dbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,13,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f40dbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f40dbe;
  -webkit-box-shadow: 1px 1px 3px 2px #f40dbe;
  box-shadow:         1px 1px 3px 2px #f40dbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,13,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f40dbe


Comments

No comments written yet.

Please login to write comment.