Color Hex Logo

#f213ba Color Hex

#F213BA
(242,19,186)
0 Favorites   0 Comments

Color spaces of #f213ba

RGB 24219186
HSL0.880.900.51
HSV315°92°95°
CMYK 0.000.920.23   0.05
XYZ45.713722.888248.4628
Yxy22.88820.39050.1955
Hunter Lab47.841686.8378-26.5707
CIE-Lab54.957085.8982-30.3629

#f213ba color RGB value is (242,19,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00010011 10111010
Octal 362 23 272
Decimal 242 19 186
Hex F2 13 BA

RGB Percentages of Color #f213ba

%54.14
%4.25
%41.61

CMYK Percentages of Color #f213ba

%0
%92
%23
%5

Triadic Colors of #f213ba

#f213ba #baf213 #13baf2

Analogous Colors of #f213ba

#f213ba #f2134b #bb13f2

Monochromatic Colors of #f213ba

#f213ba

Complementary Color

#f213ba #13f24b

#f213ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f213ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f213ba Color CSS Codes

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

#f213ba Text Font Color

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

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


#f213ba Background Color

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

This div background color is #f213ba


#f213ba Border Color

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

This div border color is #f213ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f213ba


Comments

No comments written yet.

Please login to write comment.