Color Hex Logo

#380341 Color Hex

#380341
(56,3,65)
2 Favorites   1 Comments

Color spaces of #380341

RGB 56365
HSL0.810.910.13
HSV291°95°25°
CMYK 0.140.950.00   0.75
XYZ2.61761.28755.1116
Yxy1.28750.29030.1428
Hunter Lab11.346821.3213-18.7667
CIE-Lab11.187833.8048-25.2733

#380341 color RGB value is (56,3,65).

#380341 hex color red value is 56, green value is 3 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #380341 hue: 0.81 , saturation: 0.91 and the lightness value of 380341 is 0.13.

The process color (four color CMYK) of #380341 color hex is 0.14, 0.95, 0.00, 0.75. Web safe color of #380341 is #330033. Color #380341 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00000011 01000001
Octal 70 3 101
Decimal 56 3 65
Hex 38 3 41

RGB Percentages of Color #380341

%45.16
%2.42
%52.42

CMYK Percentages of Color #380341

%14
%95
%0
%75

Triadic Colors of #380341

#380341 #413803 #034138

Analogous Colors of #380341

#380341 #41032b #190341

Monochromatic Colors of #380341

#380341

Complementary Color

#380341 #0c4103

#380341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#380341 Color CSS Codes

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

#380341 Text Font Color

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

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


#380341 Background Color

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

This div background color is #380341


#380341 Border Color

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

This div border color is #380341


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380341


Comments

24 Apr 2015, 15:50 Catanduva

My favourite color

Please login to write comment.