Color Hex Logo

#cb461d Color Hex

#CB461D
(203,70,29)
0 Favorites   0 Comments

Color spaces of #cb461d

RGB 2037029
HSL0.040.750.45
HSV14°86°80°
CMYK 0.000.660.86   0.20
XYZ27.040517.16553.0505
Yxy17.16550.57220.3632
Hunter Lab41.431343.995024.6365
CIE-Lab48.467950.969350.4080

#cb461d color RGB value is (203,70,29).

#cb461d hex color red value is 203, green value is 70 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #cb461d hue: 0.04 , saturation: 0.75 and the lightness value of cb461d is 0.45.

The process color (four color CMYK) of #cb461d color hex is 0.00, 0.66, 0.86, 0.20. Web safe color of #cb461d is #cc3333. Color #cb461d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000110 00011101
Octal 313 106 35
Decimal 203 70 29
Hex CB 46 1D

RGB Percentages of Color #cb461d

%67.22
%23.18
%9.60

CMYK Percentages of Color #cb461d

%0
%66
%86
%20

Triadic Colors of #cb461d

#cb461d #1dcb46 #461dcb

Analogous Colors of #cb461d

#cb461d #cb9d1d #cb1d4b

Monochromatic Colors of #cb461d

#cb461d

Complementary Color

#cb461d #1da2cb

#cb461d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb461d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb461d Color CSS Codes

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

#cb461d Text Font Color

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

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


#cb461d Background Color

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

This div background color is #cb461d


#cb461d Border Color

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

This div border color is #cb461d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb461d


Comments

No comments written yet.

Please login to write comment.