Color Hex Logo

#cb7429 Color Hex

#CB7429
(203,116,41)
0 Favorites   0 Comments

Color spaces of #cb7429

RGB 20311641
HSL0.080.660.48
HSV28°80°80°
CMYK 0.000.430.80   0.20
XYZ31.274225.34745.3420
Yxy25.34740.50470.4091
Hunter Lab50.346222.775328.9514
CIE-Lab57.412428.753053.3561

#cb7429 color RGB value is (203,116,41).

#cb7429 hex color red value is 203, green value is 116 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #cb7429 hue: 0.08 , saturation: 0.66 and the lightness value of cb7429 is 0.48.

The process color (four color CMYK) of #cb7429 color hex is 0.00, 0.43, 0.80, 0.20. Web safe color of #cb7429 is #cc6633. Color #cb7429 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110100 00101001
Octal 313 164 51
Decimal 203 116 41
Hex CB 74 29

RGB Percentages of Color #cb7429

%56.39
%32.22
%11.39

CMYK Percentages of Color #cb7429

%0
%43
%80
%20

Triadic Colors of #cb7429

#cb7429 #29cb74 #7429cb

Analogous Colors of #cb7429

#cb7429 #cbc529 #cb292f

Monochromatic Colors of #cb7429

#cb7429

Complementary Color

#cb7429 #2980cb

#cb7429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb7429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb7429 Color CSS Codes

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

#cb7429 Text Font Color

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

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


#cb7429 Background Color

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

This div background color is #cb7429


#cb7429 Border Color

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

This div border color is #cb7429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb7429


Comments

No comments written yet.

Please login to write comment.