Color Hex Logo

#380840 Color Hex

#380840
(56,8,64)
0 Favorites   0 Comments

Color spaces of #380840

RGB 56864
HSL0.810.780.14
HSV291°88°25°
CMYK 0.130.880.00   0.75
XYZ2.64311.38464.9784
Yxy1.38460.29350.1537
Hunter Lab11.766919.5029-16.8479
CIE-Lab11.854831.4186-23.4911

#380840 color RGB value is (56,8,64).

#380840 hex color red value is 56, green value is 8 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #380840 hue: 0.81 , saturation: 0.78 and the lightness value of 380840 is 0.14.

The process color (four color CMYK) of #380840 color hex is 0.13, 0.88, 0.00, 0.75. Web safe color of #380840 is #330033. Color #380840 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001000 01000000
Octal 70 10 100
Decimal 56 8 64
Hex 38 8 40

RGB Percentages of Color #380840

%43.75
%6.25
%50.00

CMYK Percentages of Color #380840

%13
%88
%0
%75

Triadic Colors of #380840

#380840 #403808 #084038

Analogous Colors of #380840

#380840 #40082c #1c0840

Monochromatic Colors of #380840

#380840

Complementary Color

#380840 #104008

#380840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#380840 Color CSS Codes

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

#380840 Text Font Color

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

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


#380840 Background Color

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

This div background color is #380840


#380840 Border Color

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

This div border color is #380840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380840


Comments

No comments written yet.

Please login to write comment.