Color Hex Logo

#ccb1bb Color Hex

#CCB1BB
(204,177,187)
0 Favorites   0 Comments

Color spaces of #ccb1bb

RGB 204177187
HSL0.940.210.75
HSV338°13°80°
CMYK 0.000.130.08   0.20
XYZ49.593647.869553.6396
Yxy47.86950.32820.3168
Hunter Lab69.18786.86962.4654
CIE-Lab74.742511.3991-1.5042

#ccb1bb color RGB value is (204,177,187).

#ccb1bb hex color red value is 204, green value is 177 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ccb1bb hue: 0.94 , saturation: 0.21 and the lightness value of ccb1bb is 0.75.

The process color (four color CMYK) of #ccb1bb color hex is 0.00, 0.13, 0.08, 0.20. Web safe color of #ccb1bb is #cc99cc. Color #ccb1bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110001 10111011
Octal 314 261 273
Decimal 204 177 187
Hex CC B1 BB

RGB Percentages of Color #ccb1bb

%35.92
%31.16
%32.92

CMYK Percentages of Color #ccb1bb

%0
%13
%8
%20

Triadic Colors of #ccb1bb

#ccb1bb #bbccb1 #b1bbcc

Analogous Colors of #ccb1bb

#ccb1bb #ccb5b1 #ccb1c9

Monochromatic Colors of #ccb1bb

#ccb1bb

Complementary Color

#ccb1bb #b1ccc2

#ccb1bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb1bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb1bb Color CSS Codes

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

#ccb1bb Text Font Color

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

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


#ccb1bb Background Color

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

This div background color is #ccb1bb


#ccb1bb Border Color

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

This div border color is #ccb1bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb1bb


Comments

No comments written yet.

Please login to write comment.