Color Hex Logo

#f120db Color Hex

#F120DB
(241,32,219)
0 Favorites   0 Comments

Color spaces of #f120db

RGB 24132219
HSL0.850.880.54
HSV306°87°95°
CMYK 0.000.870.09   0.05
XYZ49.578324.848369.2010
Yxy24.84830.34520.1730
Hunter Lab49.848190.2999-47.4150
CIE-Lab56.927388.1475-46.2180

#f120db color RGB value is (241,32,219).

#f120db hex color red value is 241, green value is 32 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f120db hue: 0.85 , saturation: 0.88 and the lightness value of f120db is 0.54.

The process color (four color CMYK) of #f120db color hex is 0.00, 0.87, 0.09, 0.05. Web safe color of #f120db is #ff33cc. Color #f120db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00100000 11011011
Octal 361 40 333
Decimal 241 32 219
Hex F1 20 DB

RGB Percentages of Color #f120db

%48.98
%6.50
%44.51

CMYK Percentages of Color #f120db

%0
%87
%9
%5

Triadic Colors of #f120db

#f120db #dbf120 #20dbf1

Analogous Colors of #f120db

#f120db #f12073 #9f20f1

Monochromatic Colors of #f120db

#f120db

Complementary Color

#f120db #20f136

#f120db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f120db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f120db Color CSS Codes

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

#f120db Text Font Color

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

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


#f120db Background Color

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

This div background color is #f120db


#f120db Border Color

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

This div border color is #f120db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f120db


Comments

No comments written yet.

Please login to write comment.