Color Hex Logo

#cb442f Color Hex

#CB442F
(203,68,47)
0 Favorites   0 Comments

Color spaces of #cb442f

RGB 2036847
HSL0.020.620.49
HSV77°80°
CMYK 0.000.670.77   0.20
XYZ27.208817.03604.5435
Yxy17.03600.55770.3492
Hunter Lab41.274745.438822.3657
CIE-Lab48.305452.350741.5010

#cb442f color RGB value is (203,68,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000100 00101111
Octal 313 104 57
Decimal 203 68 47
Hex CB 44 2F

RGB Percentages of Color #cb442f

%63.84
%21.38
%14.78

CMYK Percentages of Color #cb442f

%0
%67
%77
%20

Triadic Colors of #cb442f

#cb442f #2fcb44 #442fcb

Analogous Colors of #cb442f

#cb442f #cb922f #cb2f68

Monochromatic Colors of #cb442f

#cb442f

Complementary Color

#cb442f #2fb6cb

#cb442f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb442f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb442f Color CSS Codes

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

#cb442f Text Font Color

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

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


#cb442f Background Color

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

This div background color is #cb442f


#cb442f Border Color

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

This div border color is #cb442f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb442f


Comments

No comments written yet.

Please login to write comment.