Color Hex Logo

#cb523a Color Hex

#CB523A
(203,82,58)
0 Favorites   0 Comments

Color spaces of #cb523a

RGB 2038258
HSL0.030.580.51
HSV10°71°80°
CMYK 0.000.600.71   0.20
XYZ28.409619.03666.1801
Yxy19.03660.52980.3550
Hunter Lab43.631039.873322.1435
CIE-Lab50.730046.677838.1903

#cb523a color RGB value is (203,82,58).

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

The process color (four color CMYK) of #cb523a color hex is 0.00, 0.60, 0.71, 0.20. Web safe color of #cb523a is #cc6633. Color #cb523a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010010 00111010
Octal 313 122 72
Decimal 203 82 58
Hex CB 52 3A

RGB Percentages of Color #cb523a

%59.18
%23.91
%16.91

CMYK Percentages of Color #cb523a

%0
%60
%71
%20

Triadic Colors of #cb523a

#cb523a #3acb52 #523acb

Analogous Colors of #cb523a

#cb523a #cb9b3a #cb3a6b

Monochromatic Colors of #cb523a

#cb523a

Complementary Color

#cb523a #3ab3cb

#cb523a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb523a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb523a Color CSS Codes

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

#cb523a Text Font Color

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

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


#cb523a Background Color

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

This div background color is #cb523a


#cb523a Border Color

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

This div border color is #cb523a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb523a


Comments

No comments written yet.

Please login to write comment.