Color Hex Logo

#f146dc Color Hex

#F146DC
(241,70,220)
0 Favorites   0 Comments

Color spaces of #f146dc

RGB 24170220
HSL0.850.860.61
HSV307°71°95°
CMYK 0.000.710.09   0.05
XYZ51.384128.248470.4544
Yxy28.24840.34240.1882
Hunter Lab53.149279.5607-41.3901
CIE-Lab60.112579.2468-41.7583

#f146dc color RGB value is (241,70,220).

#f146dc hex color red value is 241, green value is 70 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f146dc hue: 0.85 , saturation: 0.86 and the lightness value of f146dc is 0.61.

The process color (four color CMYK) of #f146dc color hex is 0.00, 0.71, 0.09, 0.05. Web safe color of #f146dc is #ff33cc. Color #f146dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01000110 11011100
Octal 361 106 334
Decimal 241 70 220
Hex F1 46 DC

RGB Percentages of Color #f146dc

%45.39
%13.18
%41.43

CMYK Percentages of Color #f146dc

%0
%71
%9
%5

Triadic Colors of #f146dc

#f146dc #dcf146 #46dcf1

Analogous Colors of #f146dc

#f146dc #f14687 #b146f1

Monochromatic Colors of #f146dc

#f146dc

Complementary Color

#f146dc #46f15b

#f146dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f146dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f146dc Color CSS Codes

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

#f146dc Text Font Color

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

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


#f146dc Background Color

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

This div background color is #f146dc


#f146dc Border Color

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

This div border color is #f146dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,70,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f146dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f146dc;
  -webkit-box-shadow: 1px 1px 3px 2px #f146dc;
  box-shadow:         1px 1px 3px 2px #f146dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,70,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f146dc


Comments

No comments written yet.

Please login to write comment.