Color Hex Logo

#cb96bf Color Hex

#CB96BF
(203,150,191)
0 Favorites   0 Comments

Color spaces of #cb96bf

RGB 203150191
HSL0.870.340.69
HSV314°26°80°
CMYK 0.000.260.06   0.20
XYZ44.938938.270854.3087
Yxy38.27080.32680.2783
Hunter Lab61.863421.4053-8.7452
CIE-Lab68.219726.5054-13.4045

#cb96bf color RGB value is (203,150,191).

#cb96bf hex color red value is 203, green value is 150 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cb96bf hue: 0.87 , saturation: 0.34 and the lightness value of cb96bf is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010110 10111111
Octal 313 226 277
Decimal 203 150 191
Hex CB 96 BF

RGB Percentages of Color #cb96bf

%37.32
%27.57
%35.11

CMYK Percentages of Color #cb96bf

%0
%26
%6
%20

Triadic Colors of #cb96bf

#cb96bf #bfcb96 #96bfcb

Analogous Colors of #cb96bf

#cb96bf #cb96a5 #bd96cb

Monochromatic Colors of #cb96bf

#cb96bf

Complementary Color

#cb96bf #96cba2

#cb96bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb96bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb96bf Color CSS Codes

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

#cb96bf Text Font Color

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

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


#cb96bf Background Color

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

This div background color is #cb96bf


#cb96bf Border Color

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

This div border color is #cb96bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,150,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb96bf


Comments

No comments written yet.

Please login to write comment.