Color Hex Logo

#ff8bcc Color Hex

#FF8BCC
(255,139,204)
0 Favorites   0 Comments

Color spaces of #ff8bcc

RGB 255139204
HSL0.911.000.77
HSV326°45°100°
CMYK 0.000.450.20   0.00
XYZ61.371744.084962.4013
Yxy44.08490.36560.2626
Hunter Lab66.396548.7976-9.2449
CIE-Lab72.285251.6223-13.9115

#ff8bcc color RGB value is (255,139,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10001011 11001100
Octal 377 213 314
Decimal 255 139 204
Hex FF 8B CC

RGB Percentages of Color #ff8bcc

%42.64
%23.24
%34.11

CMYK Percentages of Color #ff8bcc

%0
%45
%20
%0

Triadic Colors of #ff8bcc

#ff8bcc #ccff8b #8bccff

Analogous Colors of #ff8bcc

#ff8bcc #ff8b92 #f88bff

Monochromatic Colors of #ff8bcc

#ff8bcc

Complementary Color

#ff8bcc #8bffbe

#ff8bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff8bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff8bcc Color CSS Codes

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

#ff8bcc Text Font Color

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

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


#ff8bcc Background Color

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

This div background color is #ff8bcc


#ff8bcc Border Color

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

This div border color is #ff8bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff8bcc

Related Colors


Comments

No comments written yet.

Please login to write comment.