Color Hex Logo

#cb7557 Color Hex

#CB7557
(203,117,87)
0 Favorites   0 Comments

Color spaces of #cb7557

RGB 20311787
HSL0.040.530.57
HSV16°57°80°
CMYK 0.000.420.57   0.20
XYZ32.710226.107212.3320
Yxy26.10720.45970.3669
Hunter Lab51.095224.855821.4568
CIE-Lab58.138730.826731.0596

#cb7557 color RGB value is (203,117,87).

#cb7557 hex color red value is 203, green value is 117 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #cb7557 hue: 0.04 , saturation: 0.53 and the lightness value of cb7557 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110101 01010111
Octal 313 165 127
Decimal 203 117 87
Hex CB 75 57

RGB Percentages of Color #cb7557

%49.88
%28.75
%21.38

CMYK Percentages of Color #cb7557

%0
%42
%57
%20

Triadic Colors of #cb7557

#cb7557 #57cb75 #7557cb

Analogous Colors of #cb7557

#cb7557 #cbaf57 #cb5773

Monochromatic Colors of #cb7557

#cb7557

Complementary Color

#cb7557 #57adcb

#cb7557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb7557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb7557 Color CSS Codes

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

#cb7557 Text Font Color

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

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


#cb7557 Background Color

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

This div background color is #cb7557


#cb7557 Border Color

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

This div border color is #cb7557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb7557


Comments

No comments written yet.

Please login to write comment.