Color Hex Logo

#383976 Color Hex

#383976
(56,57,118)
0 Favorites   0 Comments

Color spaces of #383976

RGB 5657118
HSL0.660.360.34
HSV239°53°46°
CMYK 0.530.520.00   0.54
XYZ6.36405.075017.7837
Yxy5.07500.21780.1737
Hunter Lab22.527811.0019-31.0348
CIE-Lab26.947417.9153-35.2773

#383976 color RGB value is (56,57,118).

#383976 hex color red value is 56, green value is 57 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #383976 hue: 0.66 , saturation: 0.36 and the lightness value of 383976 is 0.34.

The process color (four color CMYK) of #383976 color hex is 0.53, 0.52, 0.00, 0.54. Web safe color of #383976 is #333366. Color #383976 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111001 01110110
Octal 70 71 166
Decimal 56 57 118
Hex 38 39 76

RGB Percentages of Color #383976

%24.24
%24.68
%51.08

CMYK Percentages of Color #383976

%53
%52
%0
%54

Triadic Colors of #383976

#383976 #763839 #397638

Analogous Colors of #383976

#383976 #563876 #385876

Monochromatic Colors of #383976

#383976

Complementary Color

#383976 #767538

#383976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383976 Color CSS Codes

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

#383976 Text Font Color

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

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


#383976 Background Color

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

This div background color is #383976


#383976 Border Color

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

This div border color is #383976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383976


Comments

No comments written yet.

Please login to write comment.