Color Hex Logo

#384363 Color Hex

#384363
(56,67,99)
0 Favorites   0 Comments

Color spaces of #384363

RGB 566799
HSL0.620.280.30
HSV225°43°39°
CMYK 0.430.320.00   0.61
XYZ5.89025.755912.6049
Yxy5.75590.24290.2373
Hunter Lab23.99151.8389-14.3564
CIE-Lab28.78814.8121-20.2534

#384363 color RGB value is (56,67,99).

#384363 hex color red value is 56, green value is 67 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #384363 hue: 0.62 , saturation: 0.28 and the lightness value of 384363 is 0.30.

The process color (four color CMYK) of #384363 color hex is 0.43, 0.32, 0.00, 0.61. Web safe color of #384363 is #333366. Color #384363 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000011 01100011
Octal 70 103 143
Decimal 56 67 99
Hex 38 43 63

RGB Percentages of Color #384363

%25.23
%30.18
%44.59

CMYK Percentages of Color #384363

%43
%32
%0
%61

Triadic Colors of #384363

#384363 #633843 #436338

Analogous Colors of #384363

#384363 #433863 #385863

Monochromatic Colors of #384363

#384363

Complementary Color

#384363 #635838

#384363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384363 Color CSS Codes

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

#384363 Text Font Color

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

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


#384363 Background Color

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

This div background color is #384363


#384363 Border Color

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

This div border color is #384363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384363


Comments

No comments written yet.

Please login to write comment.