Color Hex Logo

#cb787b Color Hex

#CB787B
(203,120,123)
0 Favorites   0 Comments

Color spaces of #cb787b

RGB 203120123
HSL0.990.440.63
HSV358°41°80°
CMYK 0.000.410.39   0.20
XYZ34.920227.559522.2179
Yxy27.55950.41230.3254
Hunter Lab52.497126.865111.6552
CIE-Lab59.488732.727512.4074

#cb787b color RGB value is (203,120,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01111000 01111011
Octal 313 170 173
Decimal 203 120 123
Hex CB 78 7B

RGB Percentages of Color #cb787b

%45.52
%26.91
%27.58

CMYK Percentages of Color #cb787b

%0
%41
%39
%20

Triadic Colors of #cb787b

#cb787b #7bcb78 #787bcb

Analogous Colors of #cb787b

#cb787b #cb9f78 #cb78a5

Monochromatic Colors of #cb787b

#cb787b

Complementary Color

#cb787b #78cbc8

#cb787b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb787b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb787b Color CSS Codes

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

#cb787b Text Font Color

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

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


#cb787b Background Color

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

This div background color is #cb787b


#cb787b Border Color

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

This div border color is #cb787b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb787b


Comments

No comments written yet.

Please login to write comment.