Color Hex Logo

#cb370e Color Hex

#CB370E
(203,55,14)
0 Favorites   0 Comments

Color spaces of #cb370e

RGB 2035514
HSL0.040.870.43
HSV13°93°80°
CMYK 0.000.730.93   0.20
XYZ26.074115.46062.0254
Yxy15.46060.59860.3549
Hunter Lab39.320049.558124.4699
CIE-Lab46.258756.526554.3502

#cb370e color RGB value is (203,55,14).

#cb370e hex color red value is 203, green value is 55 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #cb370e hue: 0.04 , saturation: 0.87 and the lightness value of cb370e is 0.43.

The process color (four color CMYK) of #cb370e color hex is 0.00, 0.73, 0.93, 0.20. Web safe color of #cb370e is #cc3300. Color #cb370e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110111 00001110
Octal 313 67 16
Decimal 203 55 14
Hex CB 37 E

RGB Percentages of Color #cb370e

%74.63
%20.22
%5.15

CMYK Percentages of Color #cb370e

%0
%73
%93
%20

Triadic Colors of #cb370e

#cb370e #0ecb37 #370ecb

Analogous Colors of #cb370e

#cb370e #cb960e #cb0e43

Monochromatic Colors of #cb370e

#cb370e

Complementary Color

#cb370e #0ea2cb

#cb370e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb370e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb370e Color CSS Codes

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

#cb370e Text Font Color

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

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


#cb370e Background Color

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

This div background color is #cb370e


#cb370e Border Color

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

This div border color is #cb370e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb370e


Comments

No comments written yet.

Please login to write comment.