Color Hex Logo

#cb460d Color Hex

#CB460D
(203,70,13)
0 Favorites   0 Comments

Color spaces of #cb460d

RGB 2037013
HSL0.050.880.42
HSV18°94°80°
CMYK 0.000.660.94   0.20
XYZ26.891417.10592.2652
Yxy17.10590.58130.3698
Hunter Lab41.359343.680225.7043
CIE-Lab48.393250.685856.0165

#cb460d color RGB value is (203,70,13).

#cb460d hex color red value is 203, green value is 70 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #cb460d hue: 0.05 , saturation: 0.88 and the lightness value of cb460d is 0.42.

The process color (four color CMYK) of #cb460d color hex is 0.00, 0.66, 0.94, 0.20. Web safe color of #cb460d is #cc3300. Color #cb460d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000110 00001101
Octal 313 106 15
Decimal 203 70 13
Hex CB 46 D

RGB Percentages of Color #cb460d

%70.98
%24.48
%4.55

CMYK Percentages of Color #cb460d

%0
%66
%94
%20

Triadic Colors of #cb460d

#cb460d #0dcb46 #460dcb

Analogous Colors of #cb460d

#cb460d #cba50d #cb0d33

Monochromatic Colors of #cb460d

#cb460d

Complementary Color

#cb460d #0d92cb

#cb460d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb460d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb460d Color CSS Codes

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

#cb460d Text Font Color

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

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


#cb460d Background Color

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

This div background color is #cb460d


#cb460d Border Color

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

This div border color is #cb460d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb460d


Comments

No comments written yet.

Please login to write comment.