Color Hex Logo

#382659 Color Hex

#382659
(56,38,89)
0 Favorites   0 Comments

Color spaces of #382659

RGB 563889
HSL0.730.400.25
HSV261°57°35°
CMYK 0.370.570.00   0.65
XYZ4.12722.94829.8027
Yxy2.94820.24450.1747
Hunter Lab17.170312.8577-21.8300
CIE-Lab19.835221.2798-27.8530

#382659 color RGB value is (56,38,89).

#382659 hex color red value is 56, green value is 38 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #382659 hue: 0.73 , saturation: 0.40 and the lightness value of 382659 is 0.25.

The process color (four color CMYK) of #382659 color hex is 0.37, 0.57, 0.00, 0.65. Web safe color of #382659 is #333366. Color #382659 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00100110 01011001
Octal 70 46 131
Decimal 56 38 89
Hex 38 26 59

RGB Percentages of Color #382659

%30.60
%20.77
%48.63

CMYK Percentages of Color #382659

%37
%57
%0
%65

Triadic Colors of #382659

#382659 #593826 #265938

Analogous Colors of #382659

#382659 #522659 #262d59

Monochromatic Colors of #382659

#382659

Complementary Color

#382659 #475926

#382659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#382659 Color CSS Codes

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

#382659 Text Font Color

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

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


#382659 Background Color

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

This div background color is #382659


#382659 Border Color

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

This div border color is #382659


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382659


Comments

No comments written yet.

Please login to write comment.