Color Hex Logo

#383896 Color Hex

#383896
(56,56,150)
0 Favorites   0 Comments

Color spaces of #383896

RGB 5656150
HSL0.670.460.40
HSV240°63°59°
CMYK 0.630.630.00   0.41
XYZ8.55015.871129.5368
Yxy5.87110.19450.1336
Hunter Lab24.230420.5837-55.3133
CIE-Lab29.084929.7027-51.7360

#383896 color RGB value is (56,56,150).

#383896 hex color red value is 56, green value is 56 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #383896 hue: 0.67 , saturation: 0.46 and the lightness value of 383896 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111000 10010110
Octal 70 70 226
Decimal 56 56 150
Hex 38 38 96

RGB Percentages of Color #383896

%21.37
%21.37
%57.25

CMYK Percentages of Color #383896

%63
%63
%0
%41

Triadic Colors of #383896

#383896 #963838 #389638

Analogous Colors of #383896

#383896 #673896 #386796

Monochromatic Colors of #383896

#383896

Complementary Color

#383896 #969638

#383896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383896 Color CSS Codes

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

#383896 Text Font Color

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

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


#383896 Background Color

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

This div background color is #383896


#383896 Border Color

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

This div border color is #383896


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,56,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 #383896">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383896


Comments

No comments written yet.

Please login to write comment.