Color Hex Logo

#cb6042 Color Hex

#CB6042
(203,96,66)
0 Favorites   0 Comments

Color spaces of #cb6042

RGB 2039666
HSL0.040.570.53
HSV13°67°80°
CMYK 0.000.530.67   0.20
XYZ29.794821.45567.7252
Yxy21.45560.50520.3638
Hunter Lab46.320233.757222.5359
CIE-Lab53.444640.324536.9353

#cb6042 color RGB value is (203,96,66).

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

The process color (four color CMYK) of #cb6042 color hex is 0.00, 0.53, 0.67, 0.20. Web safe color of #cb6042 is #cc6633. Color #cb6042 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100000 01000010
Octal 313 140 102
Decimal 203 96 66
Hex CB 60 42

RGB Percentages of Color #cb6042

%55.62
%26.30
%18.08

CMYK Percentages of Color #cb6042

%0
%53
%67
%20

Triadic Colors of #cb6042

#cb6042 #42cb60 #6042cb

Analogous Colors of #cb6042

#cb6042 #cba542 #cb4269

Monochromatic Colors of #cb6042

#cb6042

Complementary Color

#cb6042 #42adcb

#cb6042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6042 Color CSS Codes

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

#cb6042 Text Font Color

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

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


#cb6042 Background Color

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

This div background color is #cb6042


#cb6042 Border Color

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

This div border color is #cb6042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6042


Comments

No comments written yet.

Please login to write comment.