Color Hex Logo

#f182ba Color Hex

#F182BA
(241,130,186)
0 Favorites   0 Comments

Color spaces of #f182ba

RGB 241130186
HSL0.920.800.73
HSV330°46°95°
CMYK 0.000.460.23   0.05
XYZ53.121238.211251.0301
Yxy38.21120.37310.2684
Hunter Lab61.815245.2182-5.6748
CIE-Lab68.176049.0295-10.2217

#f182ba color RGB value is (241,130,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000010 10111010
Octal 361 202 272
Decimal 241 130 186
Hex F1 82 BA

RGB Percentages of Color #f182ba

%43.27
%23.34
%33.39

CMYK Percentages of Color #f182ba

%0
%46
%23
%5

Triadic Colors of #f182ba

#f182ba #baf182 #82baf1

Analogous Colors of #f182ba

#f182ba #f18283 #f182f1

Monochromatic Colors of #f182ba

#f182ba

Complementary Color

#f182ba #82f1b9

#f182ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f182ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f182ba Color CSS Codes

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

#f182ba Text Font Color

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

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


#f182ba Background Color

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

This div background color is #f182ba


#f182ba Border Color

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

This div border color is #f182ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f182ba


Comments

No comments written yet.

Please login to write comment.