Color Hex Logo

#382796 Color Hex

#382796
(56,39,150)
0 Favorites   0 Comments

Color spaces of #382796

RGB 5639150
HSL0.690.590.37
HSV249°74°59°
CMYK 0.630.740.00   0.41
XYZ7.86144.493829.3072
Yxy4.49380.18870.1079
Hunter Lab21.198629.0984-67.1299
CIE-Lab25.241040.0868-58.0271

#382796 color RGB value is (56,39,150).

#382796 hex color red value is 56, green value is 39 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #382796 hue: 0.69 , saturation: 0.59 and the lightness value of 382796 is 0.37.

The process color (four color CMYK) of #382796 color hex is 0.63, 0.74, 0.00, 0.41. Web safe color of #382796 is #333399. Color #382796 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00100111 10010110
Octal 70 47 226
Decimal 56 39 150
Hex 38 27 96

RGB Percentages of Color #382796

%22.86
%15.92
%61.22

CMYK Percentages of Color #382796

%63
%74
%0
%41

Triadic Colors of #382796

#382796 #963827 #279638

Analogous Colors of #382796

#382796 #702796 #274d96

Monochromatic Colors of #382796

#382796

Complementary Color

#382796 #859627

#382796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#382796 Color CSS Codes

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

#382796 Text Font Color

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

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


#382796 Background Color

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

This div background color is #382796


#382796 Border Color

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

This div border color is #382796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382796


Comments

No comments written yet.

Please login to write comment.