Color Hex Logo

#383995 Color Hex

#383995
(56,57,149)
0 Favorites   0 Comments

Color spaces of #383995

RGB 5657149
HSL0.660.450.40
HSV239°62°58°
CMYK 0.620.620.00   0.42
XYZ8.51885.936929.1307
Yxy5.93690.19540.1362
Hunter Lab24.365819.7674-53.8287
CIE-Lab29.252728.7057-50.8506

#383995 color RGB value is (56,57,149).

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

The process color (four color CMYK) of #383995 color hex is 0.62, 0.62, 0.00, 0.42. Web safe color of #383995 is #333399. Color #383995 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111001 10010101
Octal 70 71 225
Decimal 56 57 149
Hex 38 39 95

RGB Percentages of Color #383995

%21.37
%21.76
%56.87

CMYK Percentages of Color #383995

%62
%62
%0
%42

Triadic Colors of #383995

#383995 #953839 #399538

Analogous Colors of #383995

#383995 #663895 #386895

Monochromatic Colors of #383995

#383995

Complementary Color

#383995 #959438

#383995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383995 Color CSS Codes

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

#383995 Text Font Color

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

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


#383995 Background Color

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

This div background color is #383995


#383995 Border Color

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

This div border color is #383995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383995


Comments

No comments written yet.

Please login to write comment.