Color Hex Logo

#cb6440 Color Hex

#CB6440
(203,100,64)
0 Favorites   0 Comments

Color spaces of #cb6440

RGB 20310064
HSL0.040.570.52
HSV16°68°80°
CMYK 0.000.510.68   0.20
XYZ30.111222.18107.5448
Yxy22.18100.50320.3707
Hunter Lab47.096731.704423.4696
CIE-Lab54.218538.186538.9193

#cb6440 color RGB value is (203,100,64).

#cb6440 hex color red value is 203, green value is 100 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #cb6440 hue: 0.04 , saturation: 0.57 and the lightness value of cb6440 is 0.52.

The process color (four color CMYK) of #cb6440 color hex is 0.00, 0.51, 0.68, 0.20. Web safe color of #cb6440 is #cc6633. Color #cb6440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100100 01000000
Octal 313 144 100
Decimal 203 100 64
Hex CB 64 40

RGB Percentages of Color #cb6440

%55.31
%27.25
%17.44

CMYK Percentages of Color #cb6440

%0
%51
%68
%20

Triadic Colors of #cb6440

#cb6440 #40cb64 #6440cb

Analogous Colors of #cb6440

#cb6440 #cbaa40 #cb4061

Monochromatic Colors of #cb6440

#cb6440

Complementary Color

#cb6440 #40a7cb

#cb6440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6440 Color CSS Codes

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

#cb6440 Text Font Color

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

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


#cb6440 Background Color

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

This div background color is #cb6440


#cb6440 Border Color

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

This div border color is #cb6440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6440


Comments

No comments written yet.

Please login to write comment.