Color Hex Logo

#380100 Color Hex

#380100
(56,1,0)
0 Favorites   0 Comments

Color spaces of #380100

RGB 5610
HSL0.001.000.11
HSV100°22°
CMYK 0.000.981.00   0.78
XYZ1.64170.86250.0799
Yxy0.86250.63530.3338
Hunter Lab9.287115.30155.9909
CIE-Lab7.790926.700412.2897

#380100 color RGB value is (56,1,0).

#380100 hex color red value is 56, green value is 1 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #380100 hue: 0.00 , saturation: 1.00 and the lightness value of 380100 is 0.11.

The process color (four color CMYK) of #380100 color hex is 0.00, 0.98, 1.00, 0.78. Web safe color of #380100 is #330000. Color #380100 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00000001 00000000
Octal 70 1 0
Decimal 56 1 0
Hex 38 1 0

RGB Percentages of Color #380100

%98.25
%1.75
%0.00

CMYK Percentages of Color #380100

%0
%98
%100
%78

Triadic Colors of #380100

#380100 #003801 #010038

Analogous Colors of #380100

#380100 #381d00 #38001b

Monochromatic Colors of #380100

#380100

Complementary Color

#380100 #003738

#380100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#380100 Color CSS Codes

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

#380100 Text Font Color

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

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


#380100 Background Color

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

This div background color is #380100


#380100 Border Color

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

This div border color is #380100


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380100


Comments

No comments written yet.

Please login to write comment.