Color Hex Logo

#f213ca Color Hex

#F213CA
(242,19,202)
0 Favorites   0 Comments

Color spaces of #f213ca

RGB 24219202
HSL0.860.900.51
HSV311°92°95°
CMYK 0.000.920.17   0.05
XYZ47.511523.607357.9296
Yxy23.60730.36820.1829
Hunter Lab48.587389.5197-36.6790
CIE-Lab55.692587.7977-38.4527

#f213ca color RGB value is (242,19,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00010011 11001010
Octal 362 23 312
Decimal 242 19 202
Hex F2 13 CA

RGB Percentages of Color #f213ca

%52.27
%4.10
%43.63

CMYK Percentages of Color #f213ca

%0
%92
%17
%5

Triadic Colors of #f213ca

#f213ca #caf213 #13caf2

Analogous Colors of #f213ca

#f213ca #f2135b #ab13f2

Monochromatic Colors of #f213ca

#f213ca

Complementary Color

#f213ca #13f23b

#f213ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f213ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f213ca Color CSS Codes

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

#f213ca Text Font Color

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

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


#f213ca Background Color

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

This div background color is #f213ca


#f213ca Border Color

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

This div border color is #f213ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f213ca


Comments

No comments written yet.

Please login to write comment.