Color Hex Logo

#f182bf Color Hex

#F182BF
(241,130,191)
0 Favorites   0 Comments

Color spaces of #f182bf

RGB 241130191
HSL0.910.800.73
HSV327°46°95°
CMYK 0.000.460.21   0.05
XYZ53.662238.427653.8792
Yxy38.42760.36760.2633
Hunter Lab61.990046.0376-8.1395
CIE-Lab68.334649.7393-12.7872

#f182bf color RGB value is (241,130,191).

#f182bf hex color red value is 241, green value is 130 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f182bf hue: 0.91 , saturation: 0.80 and the lightness value of f182bf is 0.73.

The process color (four color CMYK) of #f182bf color hex is 0.00, 0.46, 0.21, 0.05. Web safe color of #f182bf is #ff99cc. Color #f182bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000010 10111111
Octal 361 202 277
Decimal 241 130 191
Hex F1 82 BF

RGB Percentages of Color #f182bf

%42.88
%23.13
%33.99

CMYK Percentages of Color #f182bf

%0
%46
%21
%5

Triadic Colors of #f182bf

#f182bf #bff182 #82bff1

Analogous Colors of #f182bf

#f182bf #f18288 #ec82f1

Monochromatic Colors of #f182bf

#f182bf

Complementary Color

#f182bf #82f1b4

#f182bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f182bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f182bf Color CSS Codes

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

#f182bf Text Font Color

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

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


#f182bf Background Color

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

This div background color is #f182bf


#f182bf Border Color

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

This div border color is #f182bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f182bf


Comments

No comments written yet.

Please login to write comment.