Color Hex Logo

#cb769c Color Hex

#CB769C
(203,118,156)
0 Favorites   0 Comments

Color spaces of #cb769c

RGB 203118156
HSL0.930.450.63
HSV333°42°80°
CMYK 0.000.420.23   0.20
XYZ37.107828.053734.9116
Yxy28.05370.37080.2803
Hunter Lab52.965732.3670-2.0041
CIE-Lab59.937238.1212-5.9621

#cb769c color RGB value is (203,118,156).

#cb769c hex color red value is 203, green value is 118 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #cb769c hue: 0.93 , saturation: 0.45 and the lightness value of cb769c is 0.63.

The process color (four color CMYK) of #cb769c color hex is 0.00, 0.42, 0.23, 0.20. Web safe color of #cb769c is #cc6699. Color #cb769c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110110 10011100
Octal 313 166 234
Decimal 203 118 156
Hex CB 76 9C

RGB Percentages of Color #cb769c

%42.56
%24.74
%32.70

CMYK Percentages of Color #cb769c

%0
%42
%23
%20

Triadic Colors of #cb769c

#cb769c #9ccb76 #769ccb

Analogous Colors of #cb769c

#cb769c #cb7b76 #cb76c7

Monochromatic Colors of #cb769c

#cb769c

Complementary Color

#cb769c #76cba5

#cb769c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb769c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb769c Color CSS Codes

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

#cb769c Text Font Color

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

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


#cb769c Background Color

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

This div background color is #cb769c


#cb769c Border Color

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

This div border color is #cb769c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb769c


Comments

No comments written yet.

Please login to write comment.