Color Hex Logo

#ff8bcb Color Hex

#FF8BCB
(255,139,203)
0 Favorites   0 Comments

Color spaces of #ff8bcb

RGB 255139203
HSL0.911.000.77
HSV327°45°100°
CMYK 0.000.450.20   0.00
XYZ61.252144.037061.7716
Yxy44.03700.36660.2636
Hunter Lab66.360448.6288-8.7379
CIE-Lab72.253251.4793-13.4059

#ff8bcb color RGB value is (255,139,203).

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

The process color (four color CMYK) of #ff8bcb color hex is 0.00, 0.45, 0.20, 0.00. Web safe color of #ff8bcb is #ff99cc. Color #ff8bcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10001011 11001011
Octal 377 213 313
Decimal 255 139 203
Hex FF 8B CB

RGB Percentages of Color #ff8bcb

%42.71
%23.28
%34.00

CMYK Percentages of Color #ff8bcb

%0
%45
%20
%0

Triadic Colors of #ff8bcb

#ff8bcb #cbff8b #8bcbff

Analogous Colors of #ff8bcb

#ff8bcb #ff8b91 #f98bff

Monochromatic Colors of #ff8bcb

#ff8bcb

Complementary Color

#ff8bcb #8bffbf

#ff8bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff8bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff8bcb Color CSS Codes

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

#ff8bcb Text Font Color

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

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


#ff8bcb Background Color

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

This div background color is #ff8bcb


#ff8bcb Border Color

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

This div border color is #ff8bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff8bcb

Related Colors


Comments

No comments written yet.

Please login to write comment.