Color Hex Logo

#f18bcb Color Hex

#F18BCB
(241,139,203)
0 Favorites   0 Comments

Color spaces of #f18bcb

RGB 241139203
HSL0.900.780.75
HSV322°42°95°
CMYK 0.000.420.16   0.05
XYZ56.287741.477861.5392
Yxy41.47780.35330.2604
Hunter Lab64.403343.3012-11.5710
CIE-Lab70.509446.9978-16.2047

#f18bcb color RGB value is (241,139,203).

#f18bcb hex color red value is 241, green value is 139 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f18bcb hue: 0.90 , saturation: 0.78 and the lightness value of f18bcb is 0.75.

The process color (four color CMYK) of #f18bcb color hex is 0.00, 0.42, 0.16, 0.05. Web safe color of #f18bcb is #ff99cc. Color #f18bcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001011 11001011
Octal 361 213 313
Decimal 241 139 203
Hex F1 8B CB

RGB Percentages of Color #f18bcb

%41.34
%23.84
%34.82

CMYK Percentages of Color #f18bcb

%0
%42
%16
%5

Triadic Colors of #f18bcb

#f18bcb #cbf18b #8bcbf1

Analogous Colors of #f18bcb

#f18bcb #f18b98 #e48bf1

Monochromatic Colors of #f18bcb

#f18bcb

Complementary Color

#f18bcb #8bf1b1

#f18bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18bcb Color CSS Codes

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

#f18bcb Text Font Color

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

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


#f18bcb Background Color

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

This div background color is #f18bcb


#f18bcb Border Color

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

This div border color is #f18bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18bcb


Comments

No comments written yet.

Please login to write comment.