Color Hex Logo

#cb835e Color Hex

#CB835E
(203,131,94)
0 Favorites   0 Comments

Color spaces of #cb835e

RGB 20313194
HSL0.060.510.58
HSV20°54°80°
CMYK 0.000.350.54   0.20
XYZ34.765329.737314.4972
Yxy29.73730.44010.3764
Hunter Lab54.531918.366822.4102
CIE-Lab61.426923.842831.3682

#cb835e color RGB value is (203,131,94).

#cb835e hex color red value is 203, green value is 131 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cb835e hue: 0.06 , saturation: 0.51 and the lightness value of cb835e is 0.58.

The process color (four color CMYK) of #cb835e color hex is 0.00, 0.35, 0.54, 0.20. Web safe color of #cb835e is #cc9966. Color #cb835e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000011 01011110
Octal 313 203 136
Decimal 203 131 94
Hex CB 83 5E

RGB Percentages of Color #cb835e

%47.43
%30.61
%21.96

CMYK Percentages of Color #cb835e

%0
%35
%54
%20

Triadic Colors of #cb835e

#cb835e #5ecb83 #835ecb

Analogous Colors of #cb835e

#cb835e #cbba5e #cb5e70

Monochromatic Colors of #cb835e

#cb835e

Complementary Color

#cb835e #5ea6cb

#cb835e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb835e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb835e Color CSS Codes

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

#cb835e Text Font Color

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

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


#cb835e Background Color

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

This div background color is #cb835e


#cb835e Border Color

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

This div border color is #cb835e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb835e


Comments

No comments written yet.

Please login to write comment.