Color Hex Logo

#383764 Color Hex

#383764
(56,55,100)
0 Favorites   0 Comments

Color spaces of #383764

RGB 5655100
HSL0.670.290.30
HSV241°45°39°
CMYK 0.440.450.00   0.61
XYZ5.29734.493212.6447
Yxy4.49320.23610.2003
Hunter Lab21.19727.5132-20.5301
CIE-Lab25.239213.2341-26.4747

#383764 color RGB value is (56,55,100).

#383764 hex color red value is 56, green value is 55 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #383764 hue: 0.67 , saturation: 0.29 and the lightness value of 383764 is 0.30.

The process color (four color CMYK) of #383764 color hex is 0.44, 0.45, 0.00, 0.61. Web safe color of #383764 is #333366. Color #383764 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110111 01100100
Octal 70 67 144
Decimal 56 55 100
Hex 38 37 64

RGB Percentages of Color #383764

%26.54
%26.07
%47.39

CMYK Percentages of Color #383764

%44
%45
%0
%61

Triadic Colors of #383764

#383764 #643837 #376438

Analogous Colors of #383764

#383764 #4f3764 #374d64

Monochromatic Colors of #383764

#383764

Complementary Color

#383764 #636437

#383764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383764 Color CSS Codes

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

#383764 Text Font Color

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

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


#383764 Background Color

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

This div background color is #383764


#383764 Border Color

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

This div border color is #383764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383764


Comments

No comments written yet.

Please login to write comment.