Color Hex Logo

#f181be Color Hex

#F181BE
(241,129,190)
0 Favorites   0 Comments

Color spaces of #f181be

RGB 241129190
HSL0.910.800.73
HSV327°46°95°
CMYK 0.000.460.21   0.05
XYZ53.420138.119053.2573
Yxy38.11900.36890.2633
Hunter Lab61.740646.3984-7.9250
CIE-Lab68.108250.0926-12.5665

#f181be color RGB value is (241,129,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000001 10111110
Octal 361 201 276
Decimal 241 129 190
Hex F1 81 BE

RGB Percentages of Color #f181be

%43.04
%23.04
%33.93

CMYK Percentages of Color #f181be

%0
%46
%21
%5

Triadic Colors of #f181be

#f181be #bef181 #81bef1

Analogous Colors of #f181be

#f181be #f18186 #ec81f1

Monochromatic Colors of #f181be

#f181be

Complementary Color

#f181be #81f1b4

#f181be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f181be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f181be Color CSS Codes

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

#f181be Text Font Color

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

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


#f181be Background Color

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

This div background color is #f181be


#f181be Border Color

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

This div border color is #f181be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f181be


Comments

No comments written yet.

Please login to write comment.