Color Hex Logo

#cb824d Color Hex

#CB824D
(203,130,77)
0 Favorites   0 Comments

Color spaces of #cb824d

RGB 20313077
HSL0.070.550.55
HSV25°62°80°
CMYK 0.000.360.62   0.20
XYZ33.950829.197610.8675
Yxy29.19760.45870.3945
Hunter Lab54.034817.593125.8999
CIE-Lab60.955623.059539.9095

#cb824d color RGB value is (203,130,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000010 01001101
Octal 313 202 115
Decimal 203 130 77
Hex CB 82 4D

RGB Percentages of Color #cb824d

%49.51
%31.71
%18.78

CMYK Percentages of Color #cb824d

%0
%36
%62
%20

Triadic Colors of #cb824d

#cb824d #4dcb82 #824dcb

Analogous Colors of #cb824d

#cb824d #cbc14d #cb4d57

Monochromatic Colors of #cb824d

#cb824d

Complementary Color

#cb824d #4d96cb

#cb824d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb824d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb824d Color CSS Codes

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

#cb824d Text Font Color

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

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


#cb824d Background Color

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

This div background color is #cb824d


#cb824d Border Color

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

This div border color is #cb824d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb824d


Comments

No comments written yet.

Please login to write comment.