Color Hex Logo

#f033db Color Hex

#F033DB
(240,51,219)
0 Favorites   0 Comments

Color spaces of #f033db

RGB 24051219
HSL0.850.860.57
HSV307°79°94°
CMYK 0.000.790.09   0.06
XYZ49.905226.007469.4075
Yxy26.00740.34340.1790
Hunter Lab50.997585.4314-44.9954
CIE-Lab58.044184.2166-44.4634

#f033db color RGB value is (240,51,219).

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

The process color (four color CMYK) of #f033db color hex is 0.00, 0.79, 0.09, 0.06. Web safe color of #f033db is #ff33cc. Color #f033db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00110011 11011011
Octal 360 63 333
Decimal 240 51 219
Hex F0 33 DB

RGB Percentages of Color #f033db

%47.06
%10.00
%42.94

CMYK Percentages of Color #f033db

%0
%79
%9
%6

Triadic Colors of #f033db

#f033db #dbf033 #33dbf0

Analogous Colors of #f033db

#f033db #f0337d #a733f0

Monochromatic Colors of #f033db

#f033db

Complementary Color

#f033db #33f048

#f033db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f033db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f033db Color CSS Codes

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

#f033db Text Font Color

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

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


#f033db Background Color

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

This div background color is #f033db


#f033db Border Color

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

This div border color is #f033db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f033db


Comments

No comments written yet.

Please login to write comment.