Color Hex Logo

#383359 Color Hex

#383359
(56,51,89)
0 Favorites   0 Comments

Color spaces of #383359

RGB 565189
HSL0.690.270.27
HSV248°43°35°
CMYK 0.370.430.00   0.65
XYZ4.61793.92979.9663
Yxy3.92970.24940.2123
Hunter Lab19.82356.8907-15.9318
CIE-Lab23.437712.4579-22.1379

#383359 color RGB value is (56,51,89).

#383359 hex color red value is 56, green value is 51 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #383359 hue: 0.69 , saturation: 0.27 and the lightness value of 383359 is 0.27.

The process color (four color CMYK) of #383359 color hex is 0.37, 0.43, 0.00, 0.65. Web safe color of #383359 is #333366. Color #383359 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110011 01011001
Octal 70 63 131
Decimal 56 51 89
Hex 38 33 59

RGB Percentages of Color #383359

%28.57
%26.02
%45.41

CMYK Percentages of Color #383359

%37
%43
%0
%65

Triadic Colors of #383359

#383359 #593833 #335938

Analogous Colors of #383359

#383359 #4b3359 #334159

Monochromatic Colors of #383359

#383359

Complementary Color

#383359 #545933

#383359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383359 Color CSS Codes

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

#383359 Text Font Color

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

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


#383359 Background Color

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

This div background color is #383359


#383359 Border Color

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

This div border color is #383359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383359


Comments

No comments written yet.

Please login to write comment.