Color Hex Logo

#f40ddb Color Hex

#F40DDB
(244,13,219)
0 Favorites   0 Comments

Color spaces of #f40ddb

RGB 24413219
HSL0.850.910.50
HSV306°95°96°
CMYK 0.000.950.10   0.04
XYZ50.238324.635469.1251
Yxy24.63540.34890.1711
Hunter Lab49.634193.8134-47.8290
CIE-Lab56.718490.8260-46.5152

#f40ddb color RGB value is (244,13,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00001101 11011011
Octal 364 15 333
Decimal 244 13 219
Hex F4 D DB

RGB Percentages of Color #f40ddb

%51.26
%2.73
%46.01

CMYK Percentages of Color #f40ddb

%0
%95
%10
%4

Triadic Colors of #f40ddb

#f40ddb #dbf40d #0ddbf4

Analogous Colors of #f40ddb

#f40ddb #f40d68 #9a0df4

Monochromatic Colors of #f40ddb

#f40ddb

Complementary Color

#f40ddb #0df426

#f40ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f40ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f40ddb Color CSS Codes

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

#f40ddb Text Font Color

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

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


#f40ddb Background Color

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

This div background color is #f40ddb


#f40ddb Border Color

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

This div border color is #f40ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f40ddb


Comments

No comments written yet.

Please login to write comment.