Color Hex Logo

#cb4000 Color Hex

#CB4000
(203,64,0)
0 Favorites   0 Comments

Color spaces of #cb4000

RGB 203640
HSL0.051.000.40
HSV19°100°80°
CMYK 0.000.681.00   0.20
XYZ26.462016.36331.7637
Yxy16.36330.59350.3670
Hunter Lab40.451645.978225.7310
CIE-Lab47.447653.005358.7883

#cb4000 color RGB value is (203,64,0).

#cb4000 hex color red value is 203, green value is 64 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #cb4000 hue: 0.05 , saturation: 1.00 and the lightness value of cb4000 is 0.40.

The process color (four color CMYK) of #cb4000 color hex is 0.00, 0.68, 1.00, 0.20. Web safe color of #cb4000 is #cc3300. Color #cb4000 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000000 00000000
Octal 313 100 0
Decimal 203 64 0
Hex CB 40 0

RGB Percentages of Color #cb4000

%76.03
%23.97
%0.00

CMYK Percentages of Color #cb4000

%0
%68
%100
%20

Triadic Colors of #cb4000

#cb4000 #00cb40 #4000cb

Analogous Colors of #cb4000

#cb4000 #cba600 #cb0025

Monochromatic Colors of #cb4000

#cb4000

Complementary Color

#cb4000 #008bcb

#cb4000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb4000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb4000 Color CSS Codes

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

#cb4000 Text Font Color

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

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


#cb4000 Background Color

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

This div background color is #cb4000


#cb4000 Border Color

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

This div border color is #cb4000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb4000


Comments

No comments written yet.

Please login to write comment.