Color Hex Logo

#cb381b Color Hex

#CB381B
(203,56,27)
0 Favorites   0 Comments

Color spaces of #cb381b

RGB 2035627
HSL0.030.770.45
HSV10°87°80°
CMYK 0.000.720.87   0.20
XYZ26.240615.60402.6657
Yxy15.60400.58950.3506
Hunter Lab39.501949.446923.6503
CIE-Lab46.450656.389449.5996

#cb381b color RGB value is (203,56,27).

#cb381b hex color red value is 203, green value is 56 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #cb381b hue: 0.03 , saturation: 0.77 and the lightness value of cb381b is 0.45.

The process color (four color CMYK) of #cb381b color hex is 0.00, 0.72, 0.87, 0.20. Web safe color of #cb381b is #cc3333. Color #cb381b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00111000 00011011
Octal 313 70 33
Decimal 203 56 27
Hex CB 38 1B

RGB Percentages of Color #cb381b

%70.98
%19.58
%9.44

CMYK Percentages of Color #cb381b

%0
%72
%87
%20

Triadic Colors of #cb381b

#cb381b #1bcb38 #381bcb

Analogous Colors of #cb381b

#cb381b #cb901b #cb1b56

Monochromatic Colors of #cb381b

#cb381b

Complementary Color

#cb381b #1baecb

#cb381b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb381b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb381b Color CSS Codes

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

#cb381b Text Font Color

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

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


#cb381b Background Color

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

This div background color is #cb381b


#cb381b Border Color

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

This div border color is #cb381b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb381b


Comments

No comments written yet.

Please login to write comment.