Color Hex Logo

#f40adb Color Hex

#F40ADB
(244,10,219)
0 Favorites   0 Comments

Color spaces of #f40adb

RGB 24410219
HSL0.850.920.50
HSV306°96°96°
CMYK 0.000.960.10   0.04
XYZ50.203024.564769.1133
Yxy24.56470.34890.1707
Hunter Lab49.562894.0708-47.9836
CIE-Lab56.648891.0314-46.6255

#f40adb color RGB value is (244,10,219).

#f40adb hex color red value is 244, green value is 10 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f40adb hue: 0.85 , saturation: 0.92 and the lightness value of f40adb is 0.50.

The process color (four color CMYK) of #f40adb color hex is 0.00, 0.96, 0.10, 0.04. Web safe color of #f40adb is #ff00cc. Color #f40adb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00001010 11011011
Octal 364 12 333
Decimal 244 10 219
Hex F4 A DB

RGB Percentages of Color #f40adb

%51.59
%2.11
%46.30

CMYK Percentages of Color #f40adb

%0
%96
%10
%4

Triadic Colors of #f40adb

#f40adb #dbf40a #0adbf4

Analogous Colors of #f40adb

#f40adb #f40a66 #980af4

Monochromatic Colors of #f40adb

#f40adb

Complementary Color

#f40adb #0af423

#f40adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f40adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f40adb Color CSS Codes

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

#f40adb Text Font Color

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

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


#f40adb Background Color

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

This div background color is #f40adb


#f40adb Border Color

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

This div border color is #f40adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f40adb

Related Colors


Comments

No comments written yet.

Please login to write comment.