Color Hex Logo

#383396 Color Hex

#383396
(56,51,150)
0 Favorites   0 Comments

Color spaces of #383396

RGB 5651150
HSL0.680.490.39
HSV243°66°59°
CMYK 0.630.660.00   0.41
XYZ8.31975.410429.4600
Yxy5.41040.19260.1253
Hunter Lab23.260323.1402-58.8108
CIE-Lab27.873432.8941-53.7125

#383396 color RGB value is (56,51,150).

#383396 hex color red value is 56, green value is 51 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #383396 hue: 0.68 , saturation: 0.49 and the lightness value of 383396 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110011 10010110
Octal 70 63 226
Decimal 56 51 150
Hex 38 33 96

RGB Percentages of Color #383396

%21.79
%19.84
%58.37

CMYK Percentages of Color #383396

%63
%66
%0
%41

Triadic Colors of #383396

#383396 #963833 #339638

Analogous Colors of #383396

#383396 #6a3396 #335f96

Monochromatic Colors of #383396

#383396

Complementary Color

#383396 #919633

#383396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383396 Color CSS Codes

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

#383396 Text Font Color

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

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


#383396 Background Color

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

This div background color is #383396


#383396 Border Color

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

This div border color is #383396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383396


Comments

No comments written yet.

Please login to write comment.