Color Hex Logo

#f21076 Color Hex

#F21076
(242,16,118)
0 Favorites   0 Comments

Color spaces of #f21076

RGB 24216118
HSL0.920.900.51
HSV333°93°95°
CMYK 0.000.930.51   0.05
XYZ40.073320.555818.9951
Yxy20.55580.50330.2582
Hunter Lab45.338578.42826.8967
CIE-Lab52.459979.83756.2818

#f21076 color RGB value is (242,16,118).

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

The process color (four color CMYK) of #f21076 color hex is 0.00, 0.93, 0.51, 0.05. Web safe color of #f21076 is #ff0066. Color #f21076 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00010000 01110110
Octal 362 20 166
Decimal 242 16 118
Hex F2 10 76

RGB Percentages of Color #f21076

%64.36
%4.26
%31.38

CMYK Percentages of Color #f21076

%0
%93
%51
%5

Triadic Colors of #f21076

#f21076 #76f210 #1076f2

Analogous Colors of #f21076

#f21076 #f21b10 #f210e7

Monochromatic Colors of #f21076

#f21076

Complementary Color

#f21076 #10f28c

#f21076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f21076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f21076 Color CSS Codes

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

#f21076 Text Font Color

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

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


#f21076 Background Color

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

This div background color is #f21076


#f21076 Border Color

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

This div border color is #f21076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f21076


Comments

No comments written yet.

Please login to write comment.