Color Hex Logo

#384069 Color Hex

#384069
(56,64,105)
0 Favorites   0 Comments

Color spaces of #384069

RGB 5664105
HSL0.640.300.32
HSV230°47°41°
CMYK 0.470.390.00   0.59
XYZ6.01415.527514.1145
Yxy5.52750.23440.2154
Hunter Lab23.51064.5173-19.1370
CIE-Lab28.18778.7779-25.0341

#384069 color RGB value is (56,64,105).

#384069 hex color red value is 56, green value is 64 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #384069 hue: 0.64 , saturation: 0.30 and the lightness value of 384069 is 0.32.

The process color (four color CMYK) of #384069 color hex is 0.47, 0.39, 0.00, 0.59. Web safe color of #384069 is #333366. Color #384069 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000000 01101001
Octal 70 100 151
Decimal 56 64 105
Hex 38 40 69

RGB Percentages of Color #384069

%24.89
%28.44
%46.67

CMYK Percentages of Color #384069

%47
%39
%0
%59

Triadic Colors of #384069

#384069 #693840 #406938

Analogous Colors of #384069

#384069 #493869 #385869

Monochromatic Colors of #384069

#384069

Complementary Color

#384069 #696138

#384069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384069 Color CSS Codes

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

#384069 Text Font Color

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

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


#384069 Background Color

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

This div background color is #384069


#384069 Border Color

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

This div border color is #384069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384069


Comments

No comments written yet.

Please login to write comment.