Color Hex Logo

#cb442e Color Hex

#CB442E
(203,68,46)
0 Favorites   0 Comments

Color spaces of #cb442e

RGB 2036846
HSL0.020.630.49
HSV77°80°
CMYK 0.000.670.77   0.20
XYZ27.188917.02804.4385
Yxy17.02800.55880.3500
Hunter Lab41.265045.397322.5082
CIE-Lab48.295352.313842.0222

#cb442e color RGB value is (203,68,46).

#cb442e hex color red value is 203, green value is 68 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cb442e hue: 0.02 , saturation: 0.63 and the lightness value of cb442e is 0.49.

The process color (four color CMYK) of #cb442e color hex is 0.00, 0.67, 0.77, 0.20. Web safe color of #cb442e is #cc3333. Color #cb442e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000100 00101110
Octal 313 104 56
Decimal 203 68 46
Hex CB 44 2E

RGB Percentages of Color #cb442e

%64.04
%21.45
%14.51

CMYK Percentages of Color #cb442e

%0
%67
%77
%20

Triadic Colors of #cb442e

#cb442e #2ecb44 #442ecb

Analogous Colors of #cb442e

#cb442e #cb932e #cb2e67

Monochromatic Colors of #cb442e

#cb442e

Complementary Color

#cb442e #2eb5cb

#cb442e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb442e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb442e Color CSS Codes

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

#cb442e Text Font Color

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

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


#cb442e Background Color

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

This div background color is #cb442e


#cb442e Border Color

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

This div border color is #cb442e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb442e


Comments

No comments written yet.

Please login to write comment.