Color Hex Logo

#f21684 Color Hex

#F21684
(242,22,132)
0 Favorites   0 Comments

Color spaces of #f21684

RGB 24222132
HSL0.920.890.52
HSV330°91°95°
CMYK 0.000.910.45   0.05
XYZ41.069721.117023.7412
Yxy21.11700.47800.2458
Hunter Lab45.953279.11231.5358
CIE-Lab53.077380.2581-1.2784

#f21684 color RGB value is (242,22,132).

#f21684 hex color red value is 242, green value is 22 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #f21684 hue: 0.92 , saturation: 0.89 and the lightness value of f21684 is 0.52.

The process color (four color CMYK) of #f21684 color hex is 0.00, 0.91, 0.45, 0.05. Web safe color of #f21684 is #ff0099. Color #f21684 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00010110 10000100
Octal 362 26 204
Decimal 242 22 132
Hex F2 16 84

RGB Percentages of Color #f21684

%61.11
%5.56
%33.33

CMYK Percentages of Color #f21684

%0
%91
%45
%5

Triadic Colors of #f21684

#f21684 #84f216 #1684f2

Analogous Colors of #f21684

#f21684 #f21616 #f216f2

Monochromatic Colors of #f21684

#f21684

Complementary Color

#f21684 #16f284

#f21684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f21684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f21684 Color CSS Codes

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

#f21684 Text Font Color

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

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


#f21684 Background Color

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

This div background color is #f21684


#f21684 Border Color

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

This div border color is #f21684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f21684


Comments

No comments written yet.

Please login to write comment.