Color Hex Logo

#cb7535 Color Hex

#CB7535
(203,117,53)
0 Favorites   0 Comments

Color spaces of #cb7535

RGB 20311753
HSL0.070.590.50
HSV26°74°80°
CMYK 0.000.420.74   0.20
XYZ31.632525.67616.6569
Yxy25.67610.49450.4014
Hunter Lab50.671622.756027.6810
CIE-Lab57.728328.704348.3285

#cb7535 color RGB value is (203,117,53).

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

The process color (four color CMYK) of #cb7535 color hex is 0.00, 0.42, 0.74, 0.20. Web safe color of #cb7535 is #cc6633. Color #cb7535 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110101 00110101
Octal 313 165 65
Decimal 203 117 53
Hex CB 75 35

RGB Percentages of Color #cb7535

%54.42
%31.37
%14.21

CMYK Percentages of Color #cb7535

%0
%42
%74
%20

Triadic Colors of #cb7535

#cb7535 #35cb75 #7535cb

Analogous Colors of #cb7535

#cb7535 #cbc035 #cb3540

Monochromatic Colors of #cb7535

#cb7535

Complementary Color

#cb7535 #358bcb

#cb7535 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb7535 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb7535 Color CSS Codes

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

#cb7535 Text Font Color

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

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


#cb7535 Background Color

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

This div background color is #cb7535


#cb7535 Border Color

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

This div border color is #cb7535


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb7535


Comments

No comments written yet.

Please login to write comment.