Color Hex Logo

#f020b9 Color Hex

#F020B9
(240,32,185)
0 Favorites   0 Comments

Color spaces of #f020b9

RGB 24032185
HSL0.880.870.53
HSV316°87°94°
CMYK 0.000.870.23   0.06
XYZ45.208623.061147.9674
Yxy23.06110.38890.1984
Hunter Lab48.022084.0041-25.6072
CIE-Lab55.135283.6818-29.5335

#f020b9 color RGB value is (240,32,185).

#f020b9 hex color red value is 240, green value is 32 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #f020b9 hue: 0.88 , saturation: 0.87 and the lightness value of f020b9 is 0.53.

The process color (four color CMYK) of #f020b9 color hex is 0.00, 0.87, 0.23, 0.06. Web safe color of #f020b9 is #ff33cc. Color #f020b9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100000 10111001
Octal 360 40 271
Decimal 240 32 185
Hex F0 20 B9

RGB Percentages of Color #f020b9

%52.52
%7.00
%40.48

CMYK Percentages of Color #f020b9

%0
%87
%23
%6

Triadic Colors of #f020b9

#f020b9 #b9f020 #20b9f0

Analogous Colors of #f020b9

#f020b9 #f02051 #bf20f0

Monochromatic Colors of #f020b9

#f020b9

Complementary Color

#f020b9 #20f057

#f020b9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f020b9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f020b9 Color CSS Codes

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

#f020b9 Text Font Color

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

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


#f020b9 Background Color

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

This div background color is #f020b9


#f020b9 Border Color

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

This div border color is #f020b9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,32,185, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f020b9


Comments

No comments written yet.

Please login to write comment.