Color Hex Logo

#384066 Color Hex

#384066
(56,64,102)
0 Favorites   0 Comments

Color spaces of #384066

RGB 5664102
HSL0.640.290.31
HSV230°45°40°
CMYK 0.450.370.00   0.60
XYZ5.86265.466913.3166
Yxy5.46690.23790.2218
Hunter Lab23.38143.8392-17.4009
CIE-Lab28.02567.7893-23.3691

#384066 color RGB value is (56,64,102).

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

The process color (four color CMYK) of #384066 color hex is 0.45, 0.37, 0.00, 0.60. Web safe color of #384066 is #333366. Color #384066 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000000 01100110
Octal 70 100 146
Decimal 56 64 102
Hex 38 40 66

RGB Percentages of Color #384066

%25.23
%28.83
%45.95

CMYK Percentages of Color #384066

%45
%37
%0
%60

Triadic Colors of #384066

#384066 #663840 #406638

Analogous Colors of #384066

#384066 #473866 #385766

Monochromatic Colors of #384066

#384066

Complementary Color

#384066 #665e38

#384066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384066 Color CSS Codes

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

#384066 Text Font Color

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

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


#384066 Background Color

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

This div background color is #384066


#384066 Border Color

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

This div border color is #384066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384066


Comments

No comments written yet.

Please login to write comment.