Color Hex Logo

#cb754d Color Hex

#CB754D
(203,117,77)
0 Favorites   0 Comments

Color spaces of #cb754d

RGB 20311777
HSL0.050.550.55
HSV19°62°80°
CMYK 0.000.420.62   0.20
XYZ32.329425.954910.3270
Yxy25.95490.47120.3783
Hunter Lab50.946024.117523.6438
CIE-Lab57.994230.084336.3679

#cb754d color RGB value is (203,117,77).

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

The process color (four color CMYK) of #cb754d color hex is 0.00, 0.42, 0.62, 0.20. Web safe color of #cb754d is #cc6666. Color #cb754d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110101 01001101
Octal 313 165 115
Decimal 203 117 77
Hex CB 75 4D

RGB Percentages of Color #cb754d

%51.13
%29.47
%19.40

CMYK Percentages of Color #cb754d

%0
%42
%62
%20

Triadic Colors of #cb754d

#cb754d #4dcb75 #754dcb

Analogous Colors of #cb754d

#cb754d #cbb44d #cb4d64

Monochromatic Colors of #cb754d

#cb754d

Complementary Color

#cb754d #4da3cb

#cb754d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb754d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb754d Color CSS Codes

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

#cb754d Text Font Color

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

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


#cb754d Background Color

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

This div background color is #cb754d


#cb754d Border Color

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

This div border color is #cb754d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,117,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 #cb754d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb754d


Comments

No comments written yet.

Please login to write comment.