Color Hex Logo

#cb97bb Color Hex

#CB97BB
(203,151,187)
0 Favorites   0 Comments

Color spaces of #cb97bb

RGB 203151187
HSL0.880.330.69
HSV318°26°80°
CMYK 0.000.260.08   0.20
XYZ44.664938.417652.0750
Yxy38.41760.33050.2842
Hunter Lab61.981920.1608-6.4260
CIE-Lab68.327325.2485-11.0140

#cb97bb color RGB value is (203,151,187).

#cb97bb hex color red value is 203, green value is 151 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cb97bb hue: 0.88 , saturation: 0.33 and the lightness value of cb97bb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010111 10111011
Octal 313 227 273
Decimal 203 151 187
Hex CB 97 BB

RGB Percentages of Color #cb97bb

%37.52
%27.91
%34.57

CMYK Percentages of Color #cb97bb

%0
%26
%8
%20

Triadic Colors of #cb97bb

#cb97bb #bbcb97 #97bbcb

Analogous Colors of #cb97bb

#cb97bb #cb97a1 #c197cb

Monochromatic Colors of #cb97bb

#cb97bb

Complementary Color

#cb97bb #97cba7

#cb97bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb97bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb97bb Color CSS Codes

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

#cb97bb Text Font Color

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

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


#cb97bb Background Color

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

This div background color is #cb97bb


#cb97bb Border Color

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

This div border color is #cb97bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb97bb


Comments

No comments written yet.

Please login to write comment.