Color Hex Logo

#cb7563 Color Hex

#CB7563
(203,117,99)
0 Favorites   0 Comments

Color spaces of #cb7563

RGB 20311799
HSL0.030.500.59
HSV10°51°80°
CMYK 0.000.420.51   0.20
XYZ33.242026.319915.1326
Yxy26.31990.44500.3524
Hunter Lab51.302925.879918.4235
CIE-Lab58.339531.849924.5743

#cb7563 color RGB value is (203,117,99).

#cb7563 hex color red value is 203, green value is 117 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #cb7563 hue: 0.03 , saturation: 0.50 and the lightness value of cb7563 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110101 01100011
Octal 313 165 143
Decimal 203 117 99
Hex CB 75 63

RGB Percentages of Color #cb7563

%48.45
%27.92
%23.63

CMYK Percentages of Color #cb7563

%0
%42
%51
%20

Triadic Colors of #cb7563

#cb7563 #63cb75 #7563cb

Analogous Colors of #cb7563

#cb7563 #cba963 #cb6385

Monochromatic Colors of #cb7563

#cb7563

Complementary Color

#cb7563 #63b9cb

#cb7563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb7563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb7563 Color CSS Codes

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

#cb7563 Text Font Color

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

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


#cb7563 Background Color

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

This div background color is #cb7563


#cb7563 Border Color

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

This div border color is #cb7563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb7563


Comments

No comments written yet.

Please login to write comment.