Color Hex Logo

#cb834e Color Hex

#CB834E
(203,131,78)
0 Favorites   0 Comments

Color spaces of #cb834e

RGB 20313178
HSL0.070.550.55
HSV25°62°80°
CMYK 0.000.350.62   0.20
XYZ34.120029.479211.0995
Yxy29.47920.45680.3946
Hunter Lab54.294817.157525.8856
CIE-Lab61.202222.584939.6792

#cb834e color RGB value is (203,131,78).

#cb834e hex color red value is 203, green value is 131 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #cb834e hue: 0.07 , saturation: 0.55 and the lightness value of cb834e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000011 01001110
Octal 313 203 116
Decimal 203 131 78
Hex CB 83 4E

RGB Percentages of Color #cb834e

%49.27
%31.80
%18.93

CMYK Percentages of Color #cb834e

%0
%35
%62
%20

Triadic Colors of #cb834e

#cb834e #4ecb83 #834ecb

Analogous Colors of #cb834e

#cb834e #cbc24e #cb4e58

Monochromatic Colors of #cb834e

#cb834e

Complementary Color

#cb834e #4e96cb

#cb834e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb834e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb834e Color CSS Codes

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

#cb834e Text Font Color

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

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


#cb834e Background Color

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

This div background color is #cb834e


#cb834e Border Color

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

This div border color is #cb834e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb834e


Comments

No comments written yet.

Please login to write comment.