Color Hex Logo

#f020bc Color Hex

#F020BC
(240,32,188)
0 Favorites   0 Comments

Color spaces of #f020bc

RGB 24032188
HSL0.880.870.53
HSV315°87°94°
CMYK 0.000.870.22   0.06
XYZ45.528823.189149.6533
Yxy23.18910.38460.1959
Hunter Lab48.155184.4937-27.4261
CIE-Lab55.266684.0348-31.0694

#f020bc color RGB value is (240,32,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100000 10111100
Octal 360 40 274
Decimal 240 32 188
Hex F0 20 BC

RGB Percentages of Color #f020bc

%52.17
%6.96
%40.87

CMYK Percentages of Color #f020bc

%0
%87
%22
%6

Triadic Colors of #f020bc

#f020bc #bcf020 #20bcf0

Analogous Colors of #f020bc

#f020bc #f02054 #bc20f0

Monochromatic Colors of #f020bc

#f020bc

Complementary Color

#f020bc #20f054

#f020bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f020bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f020bc Color CSS Codes

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

#f020bc Text Font Color

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

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


#f020bc Background Color

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

This div background color is #f020bc


#f020bc Border Color

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

This div border color is #f020bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f020bc


Comments

No comments written yet.

Please login to write comment.