Color Hex Logo

#f180be Color Hex

#F180BE
(241,128,190)
0 Favorites   0 Comments

Color spaces of #f180be

RGB 241128190
HSL0.910.800.72
HSV327°47°95°
CMYK 0.000.470.21   0.05
XYZ53.289137.856853.2137
Yxy37.85680.36910.2622
Hunter Lab61.527946.9245-8.2087
CIE-Lab67.914950.5882-12.8568

#f180be color RGB value is (241,128,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000000 10111110
Octal 361 200 276
Decimal 241 128 190
Hex F1 80 BE

RGB Percentages of Color #f180be

%43.11
%22.90
%33.99

CMYK Percentages of Color #f180be

%0
%47
%21
%5

Triadic Colors of #f180be

#f180be #bef180 #80bef1

Analogous Colors of #f180be

#f180be #f18086 #ec80f1

Monochromatic Colors of #f180be

#f180be

Complementary Color

#f180be #80f1b3

#f180be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f180be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f180be Color CSS Codes

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

#f180be Text Font Color

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

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


#f180be Background Color

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

This div background color is #f180be


#f180be Border Color

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

This div border color is #f180be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,128,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 #f180be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f180be


Comments

No comments written yet.

Please login to write comment.