color codes Logo

#f20bee color codes

#F20BEE
(242,11,238)
0 Favorites   0 Comments

Color spaces of #f20bee

RGB 24211238
HSL0.840.910.50
HSV301°95°95°
CMYK 0.000.950.02   0.05
XYZ52.170225.289683.0206
Yxy25.28960.32510.1576
Hunter Lab50.288897.1728-62.6784
CIE-Lab57.356593.1926-56.2373

#f20bee color RGB value is (242,11,238).

#f20bee hex color red value is 242, green value is 11 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f20bee hue: 0.84 , saturation: 0.91 and the lightness value of f20bee is 0.50.

The process color (four color CMYK) of #f20bee color code is 0.00, 0.95, 0.02, 0.05. Web safe color of #f20bee is #ff00ff. Color #f20bee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00001011 11101110
Octal 362 13 356
Decimal 242 11 238
Hex F2 B EE

RGB Percentages of Color #f20bee

%49.29
%2.24
%48.47

CMYK Percentages of Color #f20bee

%0
%95
%2
%5

Triadic Colors of #f20bee

#f20bee #eef20b #0beef2

Analogous Colors of #f20bee

#f20bee #f20b7b #830bf2

Monochromatic Colors of #f20bee

#f20bee

Complementary Color

#f20bee #0bf20f

#f20bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f20bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f20bee Color CSS Codes

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

#f20bee Text Font Color

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

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


#f20bee Background Color

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

This div background color is #f20bee


#f20bee Border Color

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

This div border color is #f20bee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,11,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f20bee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f20bee;
  -webkit-box-shadow: 1px 1px 3px 2px #f20bee;
  box-shadow:         1px 1px 3px 2px #f20bee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,11,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f20bee


Comments

No comments written yet.

Please login to write comment.