Color Hex Logo

#f213ae Color Hex

#F213AE
(242,19,174)
0 Favorites   0 Comments

Color spaces of #f213ae

RGB 24219174
HSL0.880.900.51
HSV318°92°95°
CMYK 0.000.920.28   0.05
XYZ44.490822.399042.0229
Yxy22.39900.40850.2057
Hunter Lab47.327684.9776-19.5152
CIE-Lab54.447884.5680-24.1530

#f213ae color RGB value is (242,19,174).

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

The process color (four color CMYK) of #f213ae color hex is 0.00, 0.92, 0.28, 0.05. Web safe color of #f213ae is #ff0099. Color #f213ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00010011 10101110
Octal 362 23 256
Decimal 242 19 174
Hex F2 13 AE

RGB Percentages of Color #f213ae

%55.63
%4.37
%40.00

CMYK Percentages of Color #f213ae

%0
%92
%28
%5

Triadic Colors of #f213ae

#f213ae #aef213 #13aef2

Analogous Colors of #f213ae

#f213ae #f2133f #c713f2

Monochromatic Colors of #f213ae

#f213ae

Complementary Color

#f213ae #13f257

#f213ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f213ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f213ae Color CSS Codes

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

#f213ae Text Font Color

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

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


#f213ae Background Color

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

This div background color is #f213ae


#f213ae Border Color

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

This div border color is #f213ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f213ae


Comments

No comments written yet.

Please login to write comment.