Color Hex Logo

#ff9cbb Color Hex

#FF9CBB
(255,156,187)
0 Favorites   0 Comments

Color spaces of #ff9cbb

RGB 255156187
HSL0.951.000.81
HSV341°39°100°
CMYK 0.000.390.27   0.00
XYZ62.098148.624853.1263
Yxy48.62480.37900.2968
Hunter Lab69.731536.92983.6408
CIE-Lab75.217340.6823-0.1802

#ff9cbb color RGB value is (255,156,187).

#ff9cbb hex color red value is 255, green value is 156 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ff9cbb hue: 0.95 , saturation: 1.00 and the lightness value of ff9cbb is 0.81.

The process color (four color CMYK) of #ff9cbb color hex is 0.00, 0.39, 0.27, 0.00. Web safe color of #ff9cbb is #ff99cc. Color #ff9cbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011100 10111011
Octal 377 234 273
Decimal 255 156 187
Hex FF 9C BB

RGB Percentages of Color #ff9cbb

%42.64
%26.09
%31.27

CMYK Percentages of Color #ff9cbb

%0
%39
%27
%0

Triadic Colors of #ff9cbb

#ff9cbb #bbff9c #9cbbff

Analogous Colors of #ff9cbb

#ff9cbb #ffaf9c #ff9ced

Monochromatic Colors of #ff9cbb

#ff9cbb

Complementary Color

#ff9cbb #9cffe0

#ff9cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff9cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff9cbb Color CSS Codes

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

#ff9cbb Text Font Color

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

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


#ff9cbb Background Color

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

This div background color is #ff9cbb


#ff9cbb Border Color

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

This div border color is #ff9cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff9cbb

Related Colors


Comments

No comments written yet.

Please login to write comment.