Color Hex Logo

#cb715e Color Hex

#CB715E
(203,113,94)
0 Favorites   0 Comments

Color spaces of #cb715e

RGB 20311394
HSL0.030.510.58
HSV10°54°80°
CMYK 0.000.440.54   0.20
XYZ32.554125.314913.7602
Yxy25.31490.45450.3534
Hunter Lab50.313927.443719.0047
CIE-Lab57.381033.534426.1533

#cb715e color RGB value is (203,113,94).

#cb715e hex color red value is 203, green value is 113 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cb715e hue: 0.03 , saturation: 0.51 and the lightness value of cb715e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110001 01011110
Octal 313 161 136
Decimal 203 113 94
Hex CB 71 5E

RGB Percentages of Color #cb715e

%49.51
%27.56
%22.93

CMYK Percentages of Color #cb715e

%0
%44
%54
%20

Triadic Colors of #cb715e

#cb715e #5ecb71 #715ecb

Analogous Colors of #cb715e

#cb715e #cba85e #cb5e82

Monochromatic Colors of #cb715e

#cb715e

Complementary Color

#cb715e #5eb8cb

#cb715e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb715e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb715e Color CSS Codes

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

#cb715e Text Font Color

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

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


#cb715e Background Color

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

This div background color is #cb715e


#cb715e Border Color

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

This div border color is #cb715e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb715e


Comments

No comments written yet.

Please login to write comment.