Color Hex Logo

#f214af Color Hex

#F214AF
(242,20,175)
0 Favorites   0 Comments

Color spaces of #f214af

RGB 24220175
HSL0.880.900.51
HSV318°92°95°
CMYK 0.000.920.28   0.05
XYZ44.606022.472742.5441
Yxy22.47270.40690.2050
Hunter Lab47.405484.9998-20.0262
CIE-Lab54.525084.5701-24.6194

#f214af color RGB value is (242,20,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00010100 10101111
Octal 362 24 257
Decimal 242 20 175
Hex F2 14 AF

RGB Percentages of Color #f214af

%55.38
%4.58
%40.05

CMYK Percentages of Color #f214af

%0
%92
%28
%5

Triadic Colors of #f214af

#f214af #aff214 #14aff2

Analogous Colors of #f214af

#f214af #f21440 #c614f2

Monochromatic Colors of #f214af

#f214af

Complementary Color

#f214af #14f257

#f214af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f214af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f214af Color CSS Codes

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

#f214af Text Font Color

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

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


#f214af Background Color

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

This div background color is #f214af


#f214af Border Color

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

This div border color is #f214af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f214af


Comments

No comments written yet.

Please login to write comment.