Color Hex Logo

#cb724e Color Hex

#CB724E
(203,114,78)
0 Favorites   0 Comments

Color spaces of #cb724e

RGB 20311478
HSL0.050.550.55
HSV17°62°80°
CMYK 0.000.440.62   0.20
XYZ32.021125.281210.3998
Yxy25.28120.47300.3734
Hunter Lab50.280425.687122.9330
CIE-Lab57.348431.755135.0405

#cb724e color RGB value is (203,114,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110010 01001110
Octal 313 162 116
Decimal 203 114 78
Hex CB 72 4E

RGB Percentages of Color #cb724e

%51.39
%28.86
%19.75

CMYK Percentages of Color #cb724e

%0
%44
%62
%20

Triadic Colors of #cb724e

#cb724e #4ecb72 #724ecb

Analogous Colors of #cb724e

#cb724e #cbb14e #cb4e69

Monochromatic Colors of #cb724e

#cb724e

Complementary Color

#cb724e #4ea7cb

#cb724e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb724e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb724e Color CSS Codes

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

#cb724e Text Font Color

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

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


#cb724e Background Color

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

This div background color is #cb724e


#cb724e Border Color

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

This div border color is #cb724e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb724e


Comments

No comments written yet.

Please login to write comment.