Color Hex Logo

#380506 Color Hex

#380506
(56,5,6)
0 Favorites   0 Comments

Color spaces of #380506

RGB 5656
HSL1.000.840.12
HSV359°91°22°
CMYK 0.000.910.89   0.78
XYZ1.71800.96240.2675
Yxy0.96240.58280.3265
Hunter Lab9.810214.09185.2504
CIE-Lab8.674224.865111.1294

#380506 color RGB value is (56,5,6).

#380506 hex color red value is 56, green value is 5 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #380506 hue: 1.00 , saturation: 0.84 and the lightness value of 380506 is 0.12.

The process color (four color CMYK) of #380506 color hex is 0.00, 0.91, 0.89, 0.78. Web safe color of #380506 is #330000. Color #380506 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00000101 00000110
Octal 70 5 6
Decimal 56 5 6
Hex 38 5 6

RGB Percentages of Color #380506

%83.58
%7.46
%8.96

CMYK Percentages of Color #380506

%0
%91
%89
%78

Triadic Colors of #380506

#380506 #063805 #050638

Analogous Colors of #380506

#380506 #381e05 #380520

Monochromatic Colors of #380506

#380506

Complementary Color

#380506 #053837

#380506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#380506 Color CSS Codes

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

#380506 Text Font Color

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

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


#380506 Background Color

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

This div background color is #380506


#380506 Border Color

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

This div border color is #380506


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380506


Comments

No comments written yet.

Please login to write comment.