Color Hex Logo

#cb767e Color Hex

#CB767E
(203,118,126)
0 Favorites   0 Comments

Color spaces of #cb767e

RGB 203118126
HSL0.980.450.63
HSV354°42°80°
CMYK 0.000.420.38   0.20
XYZ34.872927.159723.1430
Yxy27.15970.40940.3189
Hunter Lab52.115028.242710.1512
CIE-Lab59.121934.146910.1629

#cb767e color RGB value is (203,118,126).

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

The process color (four color CMYK) of #cb767e color hex is 0.00, 0.42, 0.38, 0.20. Web safe color of #cb767e is #cc6666. Color #cb767e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110110 01111110
Octal 313 166 176
Decimal 203 118 126
Hex CB 76 7E

RGB Percentages of Color #cb767e

%45.41
%26.40
%28.19

CMYK Percentages of Color #cb767e

%0
%42
%38
%20

Triadic Colors of #cb767e

#cb767e #7ecb76 #767ecb

Analogous Colors of #cb767e

#cb767e #cb9976 #cb76a9

Monochromatic Colors of #cb767e

#cb767e

Complementary Color

#cb767e #76cbc3

#cb767e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb767e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb767e Color CSS Codes

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

#cb767e Text Font Color

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

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


#cb767e Background Color

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

This div background color is #cb767e


#cb767e Border Color

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

This div border color is #cb767e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb767e


Comments

No comments written yet.

Please login to write comment.