Color Hex Logo

#f42ddb Color Hex

#F42DDB
(244,45,219)
0 Favorites   0 Comments

Color spaces of #f42ddb

RGB 24445219
HSL0.850.900.57
HSV308°82°96°
CMYK 0.000.820.10   0.04
XYZ51.032826.224369.3899
Yxy26.22430.34800.1788
Hunter Lab51.209788.2666-44.4921
CIE-Lab58.249386.3472-44.0949

#f42ddb color RGB value is (244,45,219).

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

The process color (four color CMYK) of #f42ddb color hex is 0.00, 0.82, 0.10, 0.04. Web safe color of #f42ddb is #ff33cc. Color #f42ddb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00101101 11011011
Octal 364 55 333
Decimal 244 45 219
Hex F4 2D DB

RGB Percentages of Color #f42ddb

%48.03
%8.86
%43.11

CMYK Percentages of Color #f42ddb

%0
%82
%10
%4

Triadic Colors of #f42ddb

#f42ddb #dbf42d #2ddbf4

Analogous Colors of #f42ddb

#f42ddb #f42d78 #aa2df4

Monochromatic Colors of #f42ddb

#f42ddb

Complementary Color

#f42ddb #2df446

#f42ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f42ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f42ddb Color CSS Codes

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

#f42ddb Text Font Color

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

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


#f42ddb Background Color

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

This div background color is #f42ddb


#f42ddb Border Color

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

This div border color is #f42ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f42ddb

Related Colors


Comments

No comments written yet.

Please login to write comment.