Color Hex Logo

#f21876 Color Hex

#F21876
(242,24,118)
0 Favorites   0 Comments

Color spaces of #f21876

RGB 24224118
HSL0.930.890.52
HSV334°90°95°
CMYK 0.000.900.51   0.05
XYZ40.214620.838519.0422
Yxy20.83850.50210.2602
Hunter Lab45.649277.36327.2221
CIE-Lab52.772378.93106.7281

#f21876 color RGB value is (242,24,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00011000 01110110
Octal 362 30 166
Decimal 242 24 118
Hex F2 18 76

RGB Percentages of Color #f21876

%63.02
%6.25
%30.73

CMYK Percentages of Color #f21876

%0
%90
%51
%5

Triadic Colors of #f21876

#f21876 #76f218 #1876f2

Analogous Colors of #f21876

#f21876 #f22718 #f218e3

Monochromatic Colors of #f21876

#f21876

Complementary Color

#f21876 #18f294

#f21876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f21876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f21876 Color CSS Codes

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

#f21876 Text Font Color

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

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


#f21876 Background Color

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

This div background color is #f21876


#f21876 Border Color

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

This div border color is #f21876


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,24,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 #f21876">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f21876


Comments

No comments written yet.

Please login to write comment.