Color Hex Logo

#f21185 Color Hex

#F21185
(242,17,133)
0 Favorites   0 Comments

Color spaces of #f21185

RGB 24217133
HSL0.910.900.51
HSV329°93°95°
CMYK 0.000.930.45   0.05
XYZ41.052020.971624.0745
Yxy20.97160.47680.2436
Hunter Lab45.794879.87270.8873
CIE-Lab52.918480.8888-2.1131

#f21185 color RGB value is (242,17,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00010001 10000101
Octal 362 21 205
Decimal 242 17 133
Hex F2 11 85

RGB Percentages of Color #f21185

%61.73
%4.34
%33.93

CMYK Percentages of Color #f21185

%0
%93
%45
%5

Triadic Colors of #f21185

#f21185 #85f211 #1185f2

Analogous Colors of #f21185

#f21185 #f21115 #ef11f2

Monochromatic Colors of #f21185

#f21185

Complementary Color

#f21185 #11f27e

#f21185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f21185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f21185 Color CSS Codes

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

#f21185 Text Font Color

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

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


#f21185 Background Color

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

This div background color is #f21185


#f21185 Border Color

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

This div border color is #f21185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f21185


Comments

No comments written yet.

Please login to write comment.