Color Hex Logo

#f212ba Color Hex

#F212BA
(242,18,186)
0 Favorites   0 Comments

Color spaces of #f212ba

RGB 24218186
HSL0.880.900.51
HSV315°93°95°
CMYK 0.000.930.23   0.05
XYZ45.697222.855048.4573
Yxy22.85500.39050.1953
Hunter Lab47.806986.9608-26.6318
CIE-Lab54.922785.9990-30.4163

#f212ba color RGB value is (242,18,186).

#f212ba hex color red value is 242, green value is 18 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f212ba hue: 0.88 , saturation: 0.90 and the lightness value of f212ba is 0.51.

The process color (four color CMYK) of #f212ba color hex is 0.00, 0.93, 0.23, 0.05. Web safe color of #f212ba is #ff00cc. Color #f212ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00010010 10111010
Octal 362 22 272
Decimal 242 18 186
Hex F2 12 BA

RGB Percentages of Color #f212ba

%54.26
%4.04
%41.70

CMYK Percentages of Color #f212ba

%0
%93
%23
%5

Triadic Colors of #f212ba

#f212ba #baf212 #12baf2

Analogous Colors of #f212ba

#f212ba #f2124a #ba12f2

Monochromatic Colors of #f212ba

#f212ba

Complementary Color

#f212ba #12f24a

#f212ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f212ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f212ba Color CSS Codes

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

#f212ba Text Font Color

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

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


#f212ba Background Color

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

This div background color is #f212ba


#f212ba Border Color

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

This div border color is #f212ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f212ba


Comments

No comments written yet.

Please login to write comment.