Color Hex Logo

#cb380b Color Hex

#CB380B
(203,56,11)
0 Favorites   0 Comments

Color spaces of #cb380b

RGB 2035611
HSL0.040.900.42
HSV14°95°80°
CMYK 0.000.720.95   0.20
XYZ26.103215.54901.9421
Yxy15.54900.59880.3567
Hunter Lab39.432249.156424.6824
CIE-Lab46.377156.136855.2911

#cb380b color RGB value is (203,56,11).

#cb380b hex color red value is 203, green value is 56 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #cb380b hue: 0.04 , saturation: 0.90 and the lightness value of cb380b is 0.42.

The process color (four color CMYK) of #cb380b color hex is 0.00, 0.72, 0.95, 0.20. Web safe color of #cb380b is #cc3300. Color #cb380b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00111000 00001011
Octal 313 70 13
Decimal 203 56 11
Hex CB 38 B

RGB Percentages of Color #cb380b

%75.19
%20.74
%4.07

CMYK Percentages of Color #cb380b

%0
%72
%95
%20

Triadic Colors of #cb380b

#cb380b #0bcb38 #380bcb

Analogous Colors of #cb380b

#cb380b #cb980b #cb0b3e

Monochromatic Colors of #cb380b

#cb380b

Complementary Color

#cb380b #0b9ecb

#cb380b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb380b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb380b Color CSS Codes

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

#cb380b Text Font Color

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

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


#cb380b Background Color

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

This div background color is #cb380b


#cb380b Border Color

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

This div border color is #cb380b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb380b


Comments

No comments written yet.

Please login to write comment.