Color Hex Logo

#380b33 Color Hex

#380B33
(56,11,51)
0 Favorites   0 Comments

Color spaces of #380b33

RGB 561151
HSL0.850.670.13
HSV307°80°22°
CMYK 0.000.800.09   0.78
XYZ2.34811.31913.2628
Yxy1.31910.33880.1903
Hunter Lab11.485216.3944-8.8039
CIE-Lab11.408427.4831-14.8654

#380b33 color RGB value is (56,11,51).

#380b33 hex color red value is 56, green value is 11 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #380b33 hue: 0.85 , saturation: 0.67 and the lightness value of 380b33 is 0.13.

The process color (four color CMYK) of #380b33 color hex is 0.00, 0.80, 0.09, 0.78. Web safe color of #380b33 is #330033. Color #380b33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001011 00110011
Octal 70 13 63
Decimal 56 11 51
Hex 38 B 33

RGB Percentages of Color #380b33

%47.46
%9.32
%43.22

CMYK Percentages of Color #380b33

%0
%80
%9
%78

Triadic Colors of #380b33

#380b33 #33380b #0b3338

Analogous Colors of #380b33

#380b33 #380b1d #270b38

Monochromatic Colors of #380b33

#380b33

Complementary Color

#380b33 #0b3810

#380b33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380b33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#380b33 Color CSS Codes

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

#380b33 Text Font Color

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

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


#380b33 Background Color

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

This div background color is #380b33


#380b33 Border Color

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

This div border color is #380b33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380b33


Comments

No comments written yet.

Please login to write comment.