Color Hex Logo

#cb503c Color Hex

#CB503C
(203,80,60)
0 Favorites   0 Comments

Color spaces of #cb503c

RGB 2038060
HSL0.020.580.52
HSV70°80°
CMYK 0.000.610.70   0.20
XYZ28.312918.76016.4038
Yxy18.76010.52940.3508
Hunter Lab43.312940.884721.5530
CIE-Lab50.405347.697436.7141

#cb503c color RGB value is (203,80,60).

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

The process color (four color CMYK) of #cb503c color hex is 0.00, 0.61, 0.70, 0.20. Web safe color of #cb503c is #cc6633. Color #cb503c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010000 00111100
Octal 313 120 74
Decimal 203 80 60
Hex CB 50 3C

RGB Percentages of Color #cb503c

%59.18
%23.32
%17.49

CMYK Percentages of Color #cb503c

%0
%61
%70
%20

Triadic Colors of #cb503c

#cb503c #3ccb50 #503ccb

Analogous Colors of #cb503c

#cb503c #cb983c #cb3c70

Monochromatic Colors of #cb503c

#cb503c

Complementary Color

#cb503c #3cb7cb

#cb503c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb503c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb503c Color CSS Codes

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

#cb503c Text Font Color

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

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


#cb503c Background Color

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

This div background color is #cb503c


#cb503c Border Color

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

This div border color is #cb503c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb503c


Comments

No comments written yet.

Please login to write comment.