Color Hex Logo

#cb523f Color Hex

#CB523F
(203,82,63)
0 Favorites   0 Comments

Color spaces of #cb523f

RGB 2038263
HSL0.020.570.52
HSV69°80°
CMYK 0.000.600.69   0.20
XYZ28.543119.09006.8830
Yxy19.09000.52360.3502
Hunter Lab43.692140.149021.2443
CIE-Lab50.792346.931935.4878

#cb523f color RGB value is (203,82,63).

#cb523f hex color red value is 203, green value is 82 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #cb523f hue: 0.02 , saturation: 0.57 and the lightness value of cb523f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010010 00111111
Octal 313 122 77
Decimal 203 82 63
Hex CB 52 3F

RGB Percentages of Color #cb523f

%58.33
%23.56
%18.10

CMYK Percentages of Color #cb523f

%0
%60
%69
%20

Triadic Colors of #cb523f

#cb523f #3fcb52 #523fcb

Analogous Colors of #cb523f

#cb523f #cb983f #cb3f72

Monochromatic Colors of #cb523f

#cb523f

Complementary Color

#cb523f #3fb8cb

#cb523f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb523f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb523f Color CSS Codes

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

#cb523f Text Font Color

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

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


#cb523f Background Color

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

This div background color is #cb523f


#cb523f Border Color

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

This div border color is #cb523f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb523f


Comments

No comments written yet.

Please login to write comment.