Color Hex Logo

#cb89bb Color Hex

#CB89BB
(203,137,187)
0 Favorites   0 Comments

Color spaces of #cb89bb

RGB 203137187
HSL0.870.390.67
HSV315°33°80°
CMYK 0.000.330.08   0.20
XYZ42.543934.175751.3680
Yxy34.17570.33210.2668
Hunter Lab58.460027.5973-11.1753
CIE-Lab65.101832.8982-15.8641

#cb89bb color RGB value is (203,137,187).

#cb89bb hex color red value is 203, green value is 137 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cb89bb hue: 0.87 , saturation: 0.39 and the lightness value of cb89bb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10001001 10111011
Octal 313 211 273
Decimal 203 137 187
Hex CB 89 BB

RGB Percentages of Color #cb89bb

%38.52
%26.00
%35.48

CMYK Percentages of Color #cb89bb

%0
%33
%8
%20

Triadic Colors of #cb89bb

#cb89bb #bbcb89 #89bbcb

Analogous Colors of #cb89bb

#cb89bb #cb899a #ba89cb

Monochromatic Colors of #cb89bb

#cb89bb

Complementary Color

#cb89bb #89cb99

#cb89bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb89bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb89bb Color CSS Codes

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

#cb89bb Text Font Color

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

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


#cb89bb Background Color

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

This div background color is #cb89bb


#cb89bb Border Color

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

This div border color is #cb89bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb89bb


Comments

No comments written yet.

Please login to write comment.