Color Hex Logo

#f08bcb Color Hex

#F08BCB
(240,139,203)
0 Favorites   0 Comments

Color spaces of #f08bcb

RGB 240139203
HSL0.890.770.74
HSV322°42°94°
CMYK 0.000.420.15   0.06
XYZ55.947341.302361.5233
Yxy41.30230.35240.2601
Hunter Lab64.266942.9256-11.7721
CIE-Lab70.387246.6763-16.4011

#f08bcb color RGB value is (240,139,203).

#f08bcb hex color red value is 240, green value is 139 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f08bcb hue: 0.89 , saturation: 0.77 and the lightness value of f08bcb is 0.74.

The process color (four color CMYK) of #f08bcb color hex is 0.00, 0.42, 0.15, 0.06. Web safe color of #f08bcb is #ff99cc. Color #f08bcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001011 11001011
Octal 360 213 313
Decimal 240 139 203
Hex F0 8B CB

RGB Percentages of Color #f08bcb

%41.24
%23.88
%34.88

CMYK Percentages of Color #f08bcb

%0
%42
%15
%6

Triadic Colors of #f08bcb

#f08bcb #cbf08b #8bcbf0

Analogous Colors of #f08bcb

#f08bcb #f08b99 #e38bf0

Monochromatic Colors of #f08bcb

#f08bcb

Complementary Color

#f08bcb #8bf0b0

#f08bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08bcb Color CSS Codes

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

#f08bcb Text Font Color

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

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


#f08bcb Background Color

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

This div background color is #f08bcb


#f08bcb Border Color

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

This div border color is #f08bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08bcb


Comments

No comments written yet.

Please login to write comment.