Color Hex Logo

#cb787e Color Hex

#CB787E
(203,120,126)
0 Favorites   0 Comments

Color spaces of #cb787e

RGB 203120126
HSL0.990.440.63
HSV356°41°80°
CMYK 0.000.410.38   0.20
XYZ35.111027.635823.2224
Yxy27.63580.40840.3215
Hunter Lab52.569827.221910.6078
CIE-Lab59.558333.078610.7790

#cb787e color RGB value is (203,120,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01111000 01111110
Octal 313 170 176
Decimal 203 120 126
Hex CB 78 7E

RGB Percentages of Color #cb787e

%45.21
%26.73
%28.06

CMYK Percentages of Color #cb787e

%0
%41
%38
%20

Triadic Colors of #cb787e

#cb787e #7ecb78 #787ecb

Analogous Colors of #cb787e

#cb787e #cb9c78 #cb78a8

Monochromatic Colors of #cb787e

#cb787e

Complementary Color

#cb787e #78cbc5

#cb787e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb787e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb787e Color CSS Codes

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

#cb787e Text Font Color

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

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


#cb787e Background Color

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

This div background color is #cb787e


#cb787e Border Color

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

This div border color is #cb787e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb787e


Comments

No comments written yet.

Please login to write comment.