Color Hex Logo

#cb754a Color Hex

#CB754A
(203,117,74)
0 Favorites   0 Comments

Color spaces of #cb754a

RGB 20311774
HSL0.060.550.54
HSV20°64°80°
CMYK 0.000.420.64   0.20
XYZ32.225925.91359.7819
Yxy25.91350.47450.3815
Hunter Lab50.905323.916224.2406
CIE-Lab57.954929.881137.9339

#cb754a color RGB value is (203,117,74).

#cb754a hex color red value is 203, green value is 117 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cb754a hue: 0.06 , saturation: 0.55 and the lightness value of cb754a is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110101 01001010
Octal 313 165 112
Decimal 203 117 74
Hex CB 75 4A

RGB Percentages of Color #cb754a

%51.52
%29.70
%18.78

CMYK Percentages of Color #cb754a

%0
%42
%64
%20

Triadic Colors of #cb754a

#cb754a #4acb75 #754acb

Analogous Colors of #cb754a

#cb754a #cbb64a #cb4a60

Monochromatic Colors of #cb754a

#cb754a

Complementary Color

#cb754a #4aa0cb

#cb754a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb754a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb754a Color CSS Codes

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

#cb754a Text Font Color

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

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


#cb754a Background Color

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

This div background color is #cb754a


#cb754a Border Color

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

This div border color is #cb754a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb754a


Comments

No comments written yet.

Please login to write comment.